Files
wukuang/packages/ai-agents/tsconfig.json
T
2026-05-23 14:05:22 +08:00

13 lines
350 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.web.json",
"compilerOptions": {
"paths": {
"@busi-comp/*": ["../business-components/src/*"],
"@lingshu/types/*": ["../types/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "lib", "dist", "**/*.test.ts", "**/__tests__/*"]
}