athis-ui/packages/effects/hooks/tsconfig.json

10 lines
229 B
JSON
Raw Permalink Normal View History

2024-11-06 10:35:56 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web.json",
"compilerOptions": {
"types": ["vite/client", "@vben/types/global"]
},
"include": ["src"],
"exclude": ["node_modules"]
}