Skip to content

Commit

Permalink
@tsconfig/node-lts@tsconfig/recommended
Browse files Browse the repository at this point in the history
An upstream bug is preventing us from using @tsconfig/node-lts, so we'll use @tsconfig/recommended for now.
  • Loading branch information
parkerbxyz committed Feb 9, 2024
1 parent d2f7266 commit c92e530
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
Expand Up @@ -19,7 +19,7 @@
"zod": "^3.20.2"
},
"devDependencies": {
"@tsconfig/node-lts": "^20.1.1",
"@tsconfig/recommended": "^1.0.3",
"@types/jest": "^29.1.2",
"@types/nunjucks": "^3.2.1",
"@vercel/ncc": "^0.34.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node-lts/tsconfig.json",
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"esModuleInterop": true
}
Expand Down

0 comments on commit c92e530

Please sign in to comment.