Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 33s
The rootDir approach caused cascading TypeScript compilation issues. Instead, the CI now detects whether nest build outputs to dist/src/main.js and moves it to dist/main.js automatically. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
5 lines
97 B
JSON
5 lines
97 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
|
|
}
|