Skip to content

Commit c93bc3d

Browse files
authoredOct 28, 2021
fix(create-vite): update vue-tsc for dts flags (#5453)
1 parent 4edb336 commit c93bc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/create-vite/template-vue-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@vitejs/plugin-vue": "^1.9.3",
1414
"typescript": "^4.4.3",
1515
"vite": "^2.6.4",
16-
"vue-tsc": "^0.3.0"
16+
"vue-tsc": "^0.28.9"
1717
}
1818
}

0 commit comments

Comments
 (0)
Please sign in to comment.