Skip to content

Commit

Permalink
Upgrade tsc target to Node.js 18.x too
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Feb 19, 2024
1 parent e222f3b commit 24822e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node": ">= 18"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
"@tsconfig/node18": "^18.2.2",
"@types/jest": "^29.5.6",
"@types/node": "^20.5.9",
"@types/ws": "^8.5.5",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"noImplicitAny": true
Expand Down

0 comments on commit 24822e5

Please sign in to comment.