Skip to content

Commit 0e09d95

Browse files
committed
feat: support TS 6.0.0-beta
1 parent d1ab242 commit 0e09d95

File tree

4 files changed

+293
-290
lines changed

4 files changed

+293
-290
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.20250601.1",
5858
"rolldown": "^1.0.0-rc.3",
59-
"typescript": "^5.0.0",
59+
"typescript": "^5.0.0 || ^6.0.0-beta",
6060
"vue-tsc": "~3.2.0"
6161
},
6262
"peerDependenciesMeta": {
@@ -104,7 +104,7 @@
104104
"rollup-plugin-dts": "^6.3.0",
105105
"tinyglobby": "^0.2.15",
106106
"tsdown": "^0.20.1",
107-
"typescript": "^5.9.3",
107+
"typescript": "6.0.0-beta",
108108
"vitest": "^4.0.18",
109109
"vue": "^3.5.27",
110110
"vue-tsc": "^3.2.4"

0 commit comments

Comments
 (0)