diff --git a/features/merchant/backend-api/nest-cli.json b/features/merchant/backend-api/nest-cli.json index 4c5ffdddc..e61108e01 100755 --- a/features/merchant/backend-api/nest-cli.json +++ b/features/merchant/backend-api/nest-cli.json @@ -3,8 +3,8 @@ "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { - "deleteOutDir": false, - "webpack": false, + "builder": "swc", + "deleteOutDir": true, "tsConfigPath": "tsconfig.json" }, "entryFile": "main"