29 lines
430 B
JSON
29 lines
430 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": [
|
|
{
|
|
"name": "tsec",
|
|
"exemptionConfig": "./tsec.exemptions.json"
|
|
}
|
|
]
|
|
},
|
|
"include": [
|
|
"./typings",
|
|
"./vs"
|
|
]
|
|
}
|