Update extensions to build with typescript 3.9.4

Also fixing some compile errors in configuration-sample
This commit is contained in:
Matt Bierner
2020-05-29 14:11:10 -07:00
parent e70997d6c2
commit 2c377b7828
70 changed files with 140 additions and 139 deletions

View File

@ -41,7 +41,7 @@
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"typescript": "^3.8.3",
"typescript": "^3.9.4",
"@types/vscode": "^1.32.0"
}
}