mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 21:41:46 +01:00
22 lines
334 B
JSON
22 lines
334 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": false,
|
|
"outDir": "../out",
|
|
"target": "es6",
|
|
"lib": [
|
|
"dom",
|
|
"es5",
|
|
"es2015.iterable"
|
|
]
|
|
},
|
|
"include": [
|
|
"./typings",
|
|
"./vs"
|
|
],
|
|
"exclude": [
|
|
"./typings/require-monaco.d.ts"
|
|
]
|
|
} |