Skip to content

Commit

Permalink
Extend tsconfig base
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 6, 2024
1 parent 8e2b741 commit fed73cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"devDependencies": {
"@eslint/js": "^9.9.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^22.5.4",
"@types/semver": "^7.5.8",
"@vercel/ncc": "^0.38.1",
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

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

12 changes: 1 addition & 11 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"noEmit": true,
"noImplicitAny": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"strict": true
}
"extends": "@tsconfig/node20/tsconfig.json"
}

0 comments on commit fed73cf

Please sign in to comment.