Skip to content

Commit e9698ae

Browse files
committed
chore: avoid ts 5.7 bug
1 parent 181ab24 commit e9698ae

File tree

2 files changed

+90
-1420
lines changed

2 files changed

+90
-1420
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dev": "nuxi dev playground",
4343
"dev:ssl": "nuxi dev playground --https",
4444
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
45-
"typecheck": "pnpm dlx vue-tsc --noEmit",
45+
"typecheck": "vue-tsc --noEmit",
4646
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
4747
"release:minor": "npm run lint && npm run test && npm run prepack && changelogen --minor --release",
4848
"lint": "eslint .",
@@ -116,7 +116,8 @@
116116
"typescript": "5.6.3",
117117
"vitest": "^2.1.5",
118118
"vue": "^3.5.13",
119-
"vue-router": "^4.4.5"
119+
"vue-router": "^4.4.5",
120+
"vue-tsc": "^2.1.10"
120121
},
121122
"resolutions": {
122123
"typescript": "5.6.3",

0 commit comments

Comments
 (0)