Skip to content

Commit

Permalink
chore(deps): Add skipLibCheck: true
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Jul 10, 2024
1 parent 30a3452 commit 8f4b60f
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 80 deletions.
158 changes: 79 additions & 79 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
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tsx": "^4.16.2",
"typedoc": "^0.26.3",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0-alpha.39"
"typescript-eslint": "^8.0.0-alpha.41"
},
"engines": {
"node": ">=18.0.0"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"module": "node16",
"moduleResolution": "node16",
"outDir": "./dist",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2022"
Expand Down

0 comments on commit 8f4b60f

Please sign in to comment.