1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 12:10:20 +08:00

chore: update deps and lint fix

This commit is contained in:
zclzone
2025-08-26 11:30:11 +08:00
parent 5b4b0bd9ad
commit 4785842629
3 changed files with 1506 additions and 1826 deletions

View File

@@ -1,13 +1,13 @@
{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"],
"~/*": ["./*"]
},
"jsx": "preserve",
"allowJs": true
},
"exclude": ["node_modules", "dist"]