Skip to content

Commit

Permalink
Merge pull request #15 from ge-tracker/node-20
Browse files Browse the repository at this point in the history
feat: add node20 tsconfig
  • Loading branch information
gtjamesa authored Nov 24, 2023
2 parents be7dfcb + 14aa0e0 commit bc67c48
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 40 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@tsconfig/node18": "^18.2.1",
"@tsconfig/node20": "^20.1.2",
"@types/jest": "^29.2.4",
"husky": ">=6",
"@types/node": "^20.10.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"lint-staged": ">=10",
"lint-staged": "^13.0.3",
"prettier": "^3.0.3",
"tslib": "^2.4.1",
"tsup": "^7.2.0",
Expand Down
82 changes: 46 additions & 36 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,5 +1,5 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"module": "es2022",
"moduleResolution": "bundler",
Expand Down

0 comments on commit bc67c48

Please sign in to comment.