mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-26 20:54:27 +00:00
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"moduleResolution": "classic",
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"target": "es5",
|
|
"sourceMap": false,
|
|
"experimentalDecorators": true,
|
|
"declaration": true
|
|
}
|
|
}
|