mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-04 15:59:39 +00:00
20 lines
372 B
JSON
20 lines
372 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"moduleResolution": "classic",
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"target": "es5",
|
|
"sourceMap": false,
|
|
"experimentalDecorators": true,
|
|
"declaration": true,
|
|
"noImplicitReturns": true,
|
|
"baseUrl": ".",
|
|
"typeRoots": [
|
|
"typings",
|
|
"../node_modules/@types"
|
|
]
|
|
}
|
|
}
|