chore: 🔨 移除无用的配置

This commit is contained in:
ray
2024-10-13 10:35:44 +08:00
parent 29c23ee99b
commit f55344e674

View File

@@ -15,14 +15,11 @@
"skipLibCheck": true, "skipLibCheck": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"paths": { "paths": {
"@/*": ["src/*"] "@/*": ["src/*"]
}, },
"types": ["vite/client", "element-plus/global"] "types": ["node", "vite/client", "element-plus/global"]
}, },
"include": ["mock/**/*.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts"], "include": ["mock/**/*.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts"],
"exclude": ["node_modules", "dist", "**/*.js"] "exclude": ["node_modules", "dist"]
} }