Files
intelligent-daily-report-sy…/frontend/tsconfig.json
2026-02-25 15:22:23 +08:00

15 lines
278 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["src/components/animate-ui", "src/components/ui"]
}