fix: 加库

zcsf
TangShanDD 2025-09-10 10:07:12 +08:00
parent 96dd695a72
commit 5f90ebef25
1 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,7 @@
"baseUrl": ".",
"allowJs": true,
"skipLibCheck": true,
"lib": ["ES2018", "DOM", "DOM.Iterable"],
"paths": {
"@/*": ["./src/*"],
"services/*": ["src/services/*"],
@ -20,7 +21,5 @@
"path": "./tsconfig.vite-config.json"
}
],
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}