Skip to content

Commit

Permalink
feat: allow TypeScript 5.7 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
acutmore authored Nov 22, 2024
1 parent c4071ba commit c20e860
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 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 @@ -23,7 +23,7 @@
},
"types": "./out/index.d.ts",
"dependencies": {
"typescript": "5.1.6 - 5.6.x"
"typescript": "5.1.6 - 5.7.x || 5.7.1-rc"
},
"imports": {
"#r": "ts-blank-space-lkg/register"
Expand Down

0 comments on commit c20e860

Please sign in to comment.