aiflowy-ui-admin/packages/effects/hooks/tsconfig.json

10 lines
235 B
JSON

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