Skip to content

Commit

Permalink
Update TSConfig to use node-lts
Browse files Browse the repository at this point in the history
`@tsconfig/node12` → `@tsconfig/node-lts`
  • Loading branch information
parkerbxyz committed Feb 9, 2024
1 parent d0732be commit d2f7266
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"zod": "^3.20.2"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.11",
"@tsconfig/node-lts": "^20.1.1",
"@types/jest": "^29.1.2",
"@types/nunjucks": "^3.2.1",
"@vercel/ncc": "^0.34.0",
Expand Down Expand Up @@ -50,4 +50,4 @@
"<rootDir>/tests/**/*.test.(ts|js)"
]
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node12/tsconfig.json",
"extends": "@tsconfig/node-lts/tsconfig.json",
"compilerOptions": {
"esModuleInterop": true
}
Expand Down

0 comments on commit d2f7266

Please sign in to comment.