vscode/extensions/package.json
Matt Bierner ea54f48dda Update TS 3.8.1-rc
Updates to build VS Code using TS 3.8.1 (which require fixing a newly caught type error)

Also updates our shipped JS/TS version to 3.8.1-rc
2020-02-07 17:43:56 -08:00

11 lines
229 B
JSON

{
"name": "vscode-extensions",
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "^3.8.1-rc"
},
"scripts": {
"postinstall": "node ./postinstall"
}
}