mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
refactor: typescript升级至V6版本
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user