tydata-admin/packages/effects/hooks/tsconfig.json
2025-06-08 20:16:51 +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"]
}