Change how monaco.d.ts is generated:

- 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
This commit is contained in:
Alex Dima
2018-10-17 16:39:38 +02:00
parent 48adb204e9
commit 238440b738
5 changed files with 253 additions and 125 deletions

View File

@@ -4,7 +4,6 @@
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": false,
"declaration": true,
"outDir": "../out"
},
"include": [