Files
huachuang/nl-ui/nl-ui-admin-vben/yudao-ui-admin-vben/packages/effects/hooks/tsconfig.json
zhouz 03efb36f84
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled
init:前后端代码
2026-07-08 16:07:29 +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"]
}