We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vue-tsc
1 parent fef0b56 commit b3b3c01Copy full SHA for b3b3c01
packages/create-app/template-vue-ts/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0",
4
"scripts": {
5
"dev": "vite",
6
- "build": "vite build",
+ "build": "vue-tsc --noEmit && vite build",
7
"serve": "vite preview"
8
},
9
"dependencies": {
@@ -13,6 +13,7 @@
13
"@vitejs/plugin-vue": "^1.1.5",
14
"@vue/compiler-sfc": "^3.0.5",
15
"typescript": "^4.1.3",
16
- "vite": "^2.0.5"
+ "vite": "^2.0.5",
17
+ "vue-tsc": "^0.0.8"
18
}
-}
19
+}
0 commit comments