Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 21s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
8 lines
170 B
JSON
8 lines
170 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": ["node_modules", "test", "dist", "prisma", "rag-worker", "**/*spec.ts"]
|
|
}
|