Build VS Code using TS 3.6

Fixes #80079

Updates our build to use TS 3.6. Fixes a few changes to dom apis and adds a monkey patch for the node typings break in 3.6
This commit is contained in:
Matt Bierner
2019-08-30 18:42:02 -07:00
parent 31857fa2e3
commit cf446b9233
16 changed files with 42 additions and 24 deletions

View File

@@ -42,7 +42,7 @@
"request": "^2.85.0",
"terser": "^4.2.1",
"tslint": "^5.9.1",
"typescript": "3.5.2",
"typescript": "3.6.2",
"vsce": "1.48.0",
"vscode-telemetry-extractor": "^1.5.4",
"xml2js": "^0.4.17"