Skip to content

Commit 2648497

Browse files
authored
fix: 固定vue-tsc版本,避免typescript5.0.4版本冲突 (#28)
1 parent 2e4b5bc commit 2648497

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
"vite-plugin-mock": "^2.9.8",
7979
"vite-plugin-style-import": "^2.0.0",
8080
"vite-plugin-svg-icons": "^2.0.1",
81-
"vue-tsc": "^2.0.6"
81+
"vue-tsc": "2.0.19"
8282
}
8383
}

pnpm-lock.yaml

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)