Skip to content

Commit

Permalink
chore: upgrade to typescript 5.6 (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j authored Sep 24, 2024
1 parent 97b54c7 commit 54e7ccd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
34 changes: 12 additions & 22 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"noPropertyAccessFromIndexSignature": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"composite": true
"composite": true,
"skipLibCheck": true
},
"references": [{ "path": "packages/parse5/tsconfig.json" }],
"typedocOptions": {
Expand Down

0 comments on commit 54e7ccd

Please sign in to comment.