Go back to older TS version to work around formatting inconsistency

Reverting to older TS nightly to avoid https://github.com/microsoft/TypeScript/issues/45645
This commit is contained in:
Matt Bierner
2021-08-30 13:54:24 -07:00
parent e03f5d4e27
commit 4c08ca59db
4 changed files with 11 additions and 11 deletions

View File

@@ -61,7 +61,7 @@
"plist": "^3.0.1",
"source-map": "0.6.1",
"tmp": "^0.2.1",
"typescript": "^4.5.0-dev.20210830",
"typescript": "4.5.0-dev.20210816",
"vsce": "1.48.0",
"vscode-universal-bundler": "^0.0.2"
},