tsc check

This commit is contained in:
simonzhangsz
2024-12-06 19:13:49 +08:00
parent 69dfc2a1f5
commit 9167da1bc5

View File

@@ -8,7 +8,7 @@
},
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
@@ -56,6 +56,6 @@
"unplugin-vue-components": "^0.27.4",
"vite": "5.4.10",
"vite-plugin-compression": "~0.5.1",
"vue-tsc": "^2.1.8"
"vue-tsc": "2.1.8"
}
}