mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 10:00:51 +00:00
16 lines
No EOL
260 B
JSON
16 lines
No EOL
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"noImplicitAny": true,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"target": "ES5",
|
|
"sourceMap": false
|
|
},
|
|
"exclude": [
|
|
"typescript/src/lib",
|
|
"typescript/out/lib",
|
|
"jshint",
|
|
"csharp-o"
|
|
]
|
|
} |