microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
src/tsconfig.json
13lines · modeblame
9cf5eef2leolee10 years ago | 1 | { |
8ba55f4cJimmy Thomson10 years ago | 2 | "compilerOptions": { |
| 3 | "module": "commonjs", | |
5d1a2d3cJimmy Thomson10 years ago | 4 | "noImplicitAny": true, |
8ba55f4cJimmy Thomson10 years ago | 5 | "removeComments": false, |
| 6 | "target": "es5", | |
| 7 | "sourceMap": true, | |
| 8 | "outDir": "out" | |
| 9 | }, | |
| 10 | "exclude": [ | |
411f79a2Jimmy Thomson10 years ago | 11 | "node_modules" |
| 12 | ] | |
a31b007cunknown10 years ago | 13 | } |