microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fc0d91761e26bd8ca01bf93179e5797be4b67de1

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

tools/tsconfig.json

12lines · modecode

1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es5",
5 "outDir": "out",
6 "noLib": false,
7 "sourceMap": true,
8 "rootDir": ".",
9 "noImplicitAny": true,
10 "removeComments": false
11 }
12}