mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
22 lines
312 B
JSON
22 lines
312 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": false,
|
|
"outDir": "../out/vs",
|
|
"target": "es2017",
|
|
"types": [
|
|
"keytar",
|
|
"mocha",
|
|
"semver",
|
|
"sinon",
|
|
"winreg"
|
|
]
|
|
},
|
|
"include": [
|
|
"./typings",
|
|
"./vs"
|
|
]
|
|
}
|