Skip to content

Commit 7776dfa

Browse files
committed
fix: add TS 5 support back
closes rolldown/tsdown#945
1 parent bb58219 commit 7776dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@ts-macro/tsc": "^0.3.6",
5757
"@typescript/native-preview": ">=7.0.0-dev.20260325.1",
5858
"rolldown": "^1.0.0",
59-
"typescript": "^6.0.0",
59+
"typescript": "^5.0.0 || ^6.0.0",
6060
"vue-tsc": "~3.2.0"
6161
},
6262
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)