refactor: typescript升级至V6版本

This commit is contained in:
xiaoxian521
2025-12-22 14:29:41 +08:00
parent 30459741d4
commit 86a9cf14e5
4 changed files with 255 additions and 253 deletions

View File

@@ -15,7 +15,6 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"sourceMap": true,
"baseUrl": ".",
"allowJs": false,
"resolveJsonModule": true,
"lib": [
@@ -24,10 +23,10 @@
],
"paths": {
"@/*": [
"src/*"
"./src/*"
],
"@build/*": [
"build/*"
"./build/*"
]
},
"types": [