fix: 固定vue-tsc版本,避免typescript5.0.4版本冲突 (#28)

This commit is contained in:
David Z.
2024-10-08 16:13:03 +08:00
committed by GitHub
parent 2e4b5bcec2
commit 2648497f2a
3 changed files with 3 additions and 11 deletions

View File

@@ -78,6 +78,6 @@
"vite-plugin-mock": "^2.9.8",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^2.0.6"
"vue-tsc": "2.0.19"
}
}