Use node typings from current VS Code

This commit is contained in:
Matt Bierner
2022-05-24 15:12:22 -07:00
parent f7f5bee0e5
commit 44683d707f
95 changed files with 365 additions and 365 deletions

View File

@ -36,7 +36,7 @@
"watch": "tsc -watch -p ./"
},
"devDependencies": {
"@types/node": "^10.14.17",
"@types/node": "^16.11.7",
"@types/vscode": "1.48.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",