mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 21:23:48 +00:00
15 lines
323 B
JSON
15 lines
323 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"target": "ES5",
|
|
"sourceMap": false,
|
|
"experimentalDecorators": true
|
|
},
|
|
"exclude": [
|
|
"vs/languages/typescript/common/lib/lib.es6.d.ts",
|
|
"vs/languages/typescript/common/lib/lib.d.ts"
|
|
]
|
|
} |