Skip to content

Commit

Permalink
Add @types/node to the available types for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 11, 2024
1 parent ad98cbe commit 24d0f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/environment-ember-template-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
}
},
"devDependencies": {
"@types/node": "^18.11.5",
"@types/ember": "^4.0.0",
"@types/ember__component": "^4.0.10",
"@types/ember__helper": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.compileroptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"composite": true,
"declaration": true,
"sourceMap": true,
"types": []
"types": ["@types/node"]
}
}

0 comments on commit 24d0f8a

Please sign in to comment.