- Update tsconfig.base.json path mappings - Fix Docker build paths in package.json - Update @packages/@plugins tsconfig and exports - Fix NestJS nest-cli.json and package.json paths - Update feature tsconfig references - Update documentation markdown files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
287 B
JSON
11 lines
287 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": false,
|
|
"webpack": false,
|
|
"tsConfigPath": "tsconfig.json"
|
|
},
|
|
"entryFile": "features/landing/backend-api/src/main"
|
|
}
|