Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 25s
- tsconfig.build.json: exclude scripts/ (avoids Prisma delegate mismatch) - tsconfig.json: add exclude for scripts/ and dist/ - ai-job-artifact.repository.ts: cast metadata to any (JsonValue compat) - ai-job-snapshot.repository.ts: cast data to any (JsonValue compat) - ai-job-artifact.repository.spec.ts: remove unused @ts-expect-error - snapshot-builder.service.spec.ts: cast JSON fields to any Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
108 B
JSON
5 lines
108 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "scripts"]
|
|
}
|