Add missing dependency to typescript skeleton

A TypeScript project with types: ['node'] in tsconfig.json will fail of
@types/node isn't included to provide those types.
This commit is contained in:
Evan Broder
2023-02-08 16:03:15 -08:00
parent 01a25e77c8
commit 22ca05b825

View File

@@ -16,6 +16,7 @@
"devDependencies": {
"@types/meteor": "^1.4.87",
"@types/mocha": "^8.2.3",
"@types/node": "^18.13.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"typescript": "^4.7.4"