Files
wukuang/packages/ai-agents/tsconfig.json
T

13 lines
350 B
JSON
Raw Normal View History

2026-05-23 14:05:22 +08:00
{
"$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__/*"]
}