microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2ec44b6d62529aa08a88dc1dbe190833e1838036

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}