Some checks failed
CI/CD Pipeline / Integration Tests (push) Blocked by required conditions
CI/CD Pipeline / Deployment Summary (push) Blocked by required conditions
CI/CD Pipeline / Backend - Build, Test & Push (push) Has been cancelled
CI/CD Pipeline / Frontend - Build, Test & Push (push) Has been cancelled
- Set explicit "builder": "tsc" in nest-cli.json - Simplified tsconfig.build.json to only extend base config - Updated build script back to `nest build && tsc-alias` This ensures NestJS uses the TypeScript compiler that properly respects path mappings in tsconfig.json. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"builder": "tsc",
|
|
"tsConfigPath": "tsconfig.build.json",
|
|
"plugins": ["@nestjs/swagger"]
|
|
}
|
|
}
|