mirror of https://git.tuxpa.in/a/code-server.git
23 lines
332 B
JSON
23 lines
332 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"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"./typings",
|
||
|
"./vs"
|
||
|
]
|
||
|
}
|