Skip to content

Commit

Permalink
feat(create-app): add vue-tsc for vue-ts template (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigomir committed Mar 15, 2021
1 parent fef0b56 commit b3b3c01
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/create-app/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
Expand All @@ -13,6 +13,7 @@
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.5",
"typescript": "^4.1.3",
"vite": "^2.0.5"
"vite": "^2.0.5",
"vue-tsc": "^0.0.8"
}
}
}

0 comments on commit b3b3c01

Please sign in to comment.