vue-vben-admin/packages/effects/hooks/tsconfig.json
2025-05-02 22:08:36 +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"]
}