api-server/tsconfig.build.json
WangDL 2c530ef73a
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 21s
fix: exclude prisma/rag-worker dirs from build due to rootDir constraint
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 11:54:48 +08:00

8 lines
170 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src"
},
"exclude": ["node_modules", "test", "dist", "prisma", "rag-worker", "**/*spec.ts"]
}