Skip to content

Commit

Permalink
Use @tsconfig/recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Jul 21, 2024
1 parent 34d312b commit 346d723
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@actions/core": "1.10.1"
},
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@tsconfig/recommended": "^1.0.7",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@vercel/ncc": "0.38.1",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node20/tsconfig.json"
"extends": "@tsconfig/recommended/tsconfig.json"
}

0 comments on commit 346d723

Please sign in to comment.