api-server/tsconfig.build.json
WangDL fbe2e96381
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 33s
fix: revert rootDir, instead normalize dist path in CI build step
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>
2026-05-24 11:58:16 +08:00

5 lines
97 B
JSON

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