microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9cf5eef212122b370d9c6b3e7a690dcda708e67a

Branches

Tags

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

Clone

HTTPS

Download ZIP

tsconfig.json

14lines · modecode

1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "noImplicitAny": false,
5 "removeComments": false,
6 "target": "ES5",
7 "sourceMap": true,
8 "outDir": "out"
9 },
10 "exclude": [
11 "node_modules",
12 "debugger/testapp/node_modules"
13 ]
14}
15