Fix Monaco compilation (#73243)

* Fix Monaco tsconfig parsing failure and Monaco compilation.
This commit is contained in:
Peng Lyu
2019-05-03 10:59:50 -07:00
committed by GitHub
parent 66639257d9
commit b72fba1a56
3 changed files with 7 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
"preserveConstEnums": true,
"target": "es5",
"sourceMap": false,
"declaration": true,
"declaration": true
},
"include": [
"typings/require.d.ts",