ERPTurbo_Admin/shared/components/tsconfig.json
2025-11-03 10:21:56 +08:00

18 lines
390 B
JSON

{
"compilerOptions": {
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"jsx": "react",
"baseUrl": "./",
"paths": {
"@@/*": [".dumi/tmp/*"],
"@chageable/components": ["src"],
"@chageable/components/*": ["src/*", "*"]
}
},
"typings": "./typings/index.d.ts",
"include": [".dumirc.ts", "src/**/*"]
}