feat: 重构 Vite 配置,提取插件配置到单独文件并简化 tsconfig 配置
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m25s
/ depcheck (push) Successful in 1m49s
/ playwright (push) Successful in 3m47s

This commit is contained in:
严浩
2024-11-25 16:44:36 +08:00
parent bb27e0107d
commit 3883fad98d
6 changed files with 488 additions and 476 deletions

View File

@ -1,14 +1,6 @@
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": [
"node_modules/vant/es/index.d.ts",
"node_modules/tdesign-vue-next/global.d.ts",
"./typed-router.d.ts",
"./auto-imports.d.ts",
"./components.d.ts",
"src/**/*",
"src/**/*.vue"
],
"include": ["node_modules/vant/es/index.d.ts", "node_modules/tdesign-vue-next/global.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"composite": true,