mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user