Skip to content

Commit

Permalink
Upgrade tsconfig to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
poirotp-bpk committed Nov 21, 2023
1 parent b8a5d5d commit 10bc0f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -34,7 +34,7 @@
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@tsconfig/node16": "^16.1.1",
"@tsconfig/node18": "^18.2.2",
"ava": "^5.3.1",
"babel-loader": "^9.1.3",
"eslint-plugin-unicorn": "^49.0.0",
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",
"module": "node",
"compilerOptions": {
"allowJs": true,
Expand Down

0 comments on commit 10bc0f3

Please sign in to comment.