mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-16 00:43:20 +01:00
238440b738
- do not use the .d.ts files coming in from gulp-tsb - remove the generation of .d.ts files - run before compilation starts - install file watchers directly
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": false,
|
|
"outDir": "../out"
|
|
},
|
|
"include": [
|
|
"./typings",
|
|
"./vs"
|
|
],
|
|
"exclude": [
|
|
"./typings/require-monaco.d.ts"
|
|
]
|
|
} |