Build VS Code using TS 4.0 (#100033)

* Build VS Code using TS 4.0

Also updates to an eslint alpha build that supports the new TS version

* Fix  hygiene
This commit is contained in:
Matt Bierner
2020-06-12 14:28:08 -07:00
committed by GitHub
parent faac1ffe01
commit b3fb87f556
7 changed files with 206 additions and 193 deletions

View File

@@ -44,7 +44,7 @@
"minimist": "^1.2.3",
"request": "^2.85.0",
"terser": "4.3.8",
"typescript": "^3.9.3",
"typescript": "^4.0.0-dev.20200612",
"vsce": "1.48.0",
"vscode-telemetry-extractor": "^1.5.4",
"xml2js": "^0.4.17"