diff --git a/features/content-moderation/backend-api/nest-cli.json b/features/content-moderation/backend-api/nest-cli.json index f9aa683b1..019621216 100644 --- a/features/content-moderation/backend-api/nest-cli.json +++ b/features/content-moderation/backend-api/nest-cli.json @@ -3,6 +3,7 @@ "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { + "builder": "swc", "deleteOutDir": true } }