mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 10:00:51 +00:00
21 lines
No EOL
354 B
JSON
21 lines
No EOL
354 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"target": "es2016",
|
|
"strictNullChecks": true,
|
|
"noUnusedParameters": false,
|
|
"noUnusedLocals": true,
|
|
"outDir": "out",
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |