mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-13 13:52:33 +01:00
29 lines
514 B
JSON
29 lines
514 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": false,
|
|
"outDir": "../out/vs",
|
|
"target": "es2017",
|
|
"types": [
|
|
"keytar",
|
|
"mocha",
|
|
"semver",
|
|
"sinon",
|
|
"winreg",
|
|
"trusted-types"
|
|
],
|
|
"plugins": [
|
|
{
|
|
// the path is relative to TS server, "../../" points to the root dir
|
|
"name": "../../node_modules/tsec/lib/tsec_lib/language_service_plugin.js"
|
|
}
|
|
]
|
|
},
|
|
"include": [
|
|
"./typings",
|
|
"./vs"
|
|
]
|
|
}
|