fix: 升级vue-tsc到v2解决TypeScript兼容性问题 [AC-AISVC-01]
This commit is contained in:
parent
a3b7f2cc51
commit
5b3f5063a6
File diff suppressed because it is too large
Load Diff
|
|
@ -17,8 +17,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"typescript": "^5.2.2",
|
||||
"typescript": "~5.6.0",
|
||||
"vite": "^5.1.4",
|
||||
"vue-tsc": "^1.8.27"
|
||||
"vue-tsc": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue