Files
xfc_adminfront/packages/effects/hooks/tsconfig.json
2026-01-15 18:04:52 +08:00

10 lines
229 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web.json",
"compilerOptions": {
"types": ["vite/client", "@vben/types/global"]
},
"include": ["src"],
"exclude": ["node_modules"]
}