🔨 前端升级.

This commit is contained in:
lijiahangmax
2025-09-24 15:54:01 +08:00
parent e67ee60361
commit 8aa8cda677
67 changed files with 5102 additions and 206 deletions

View File

@@ -13,7 +13,9 @@
"@/*": ["src/*"]
},
"lib": ["es2021", "dom"],
"skipLibCheck": true
"skipLibCheck": true,
"verbatimModuleSyntax": true,
"importsNotUsedAsValues": "error"
},
"include": ["src/**/*", "src/**/*.vue"],
"exclude": ["node_modules"]