Skip to content

Commit

Permalink
build: update tsconfig to node 18 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Nov 30, 2023
1 parent 0238388 commit 4238405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"yaml": "^2.0.0"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.0",
"@tsconfig/node18": "^18.2.2",
"@types/bcryptjs": "^2.4.2",
"@types/cookie": "^0.6.0",
"@types/cookie-parser": "^1.4.2",
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": {
"strict": true,
"module": "es2022",
Expand Down

0 comments on commit 4238405

Please sign in to comment.