diff --git a/apps/shared/nest-cli.json b/apps/shared/nest-cli.json
index b9af737f405bfea055dcb58728c31d912fef06f3..256648114a9983377debfde44bda4368fb045a39 100644
--- a/apps/shared/nest-cli.json
+++ b/apps/shared/nest-cli.json
@@ -1,14 +1,5 @@
 {
   "$schema": "https://json.schemastore.org/nest-cli",
   "collection": "@nestjs/schematics",
-  "sourceRoot": "src",
-  "compilerOptions": {
-    "typeCheck": true,
-    "builder": {
-      "type": "swc",
-      "options": {
-        "swcrcPath": "../../.swcrc"
-      }
-    }
-  }
+  "sourceRoot": "src"
 }
diff --git a/apps/ssi-abstraction/nest-cli.json b/apps/ssi-abstraction/nest-cli.json
index b9af737f405bfea055dcb58728c31d912fef06f3..256648114a9983377debfde44bda4368fb045a39 100644
--- a/apps/ssi-abstraction/nest-cli.json
+++ b/apps/ssi-abstraction/nest-cli.json
@@ -1,14 +1,5 @@
 {
   "$schema": "https://json.schemastore.org/nest-cli",
   "collection": "@nestjs/schematics",
-  "sourceRoot": "src",
-  "compilerOptions": {
-    "typeCheck": true,
-    "builder": {
-      "type": "swc",
-      "options": {
-        "swcrcPath": "../../.swcrc"
-      }
-    }
-  }
+  "sourceRoot": "src"
 }