mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-28 05:35:08 +00:00
24 lines
351 B
JSON
24 lines
351 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": false,
|
|
"outDir": "../out",
|
|
"target": "es6",
|
|
"lib": [
|
|
"dom",
|
|
"es5",
|
|
"es2015.iterable",
|
|
"webworker"
|
|
]
|
|
},
|
|
"include": [
|
|
"./typings",
|
|
"./vs"
|
|
],
|
|
"exclude": [
|
|
"./typings/require-monaco.d.ts"
|
|
]
|
|
}
|