platform-codebase/features/content-moderation/backend-api/nest-cli.json
Claude Code 622b39cee5 chore(backend-api): 🔧 Update NestJS CLI config for dependency management in content moderation backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:43 -07:00

9 lines
193 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"deleteOutDir": true
}
}