microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b0061ac657ace1a09c59d28397cb8a1b6009bc2d

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/tsconfig.json

13lines · modecode

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