api-server/tsconfig.build.json
wangdl 3e7c02a932
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 25s
fix(build): exclude scripts from tsconfig, fix JsonValue type errors
- 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>
2026-06-20 12:43:56 +08:00

5 lines
108 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "scripts"]
}