diff --git a/apps/api/tsconfig.json b/apps/api/tsconfig.json index 95c9eb3..267c499 100644 --- a/apps/api/tsconfig.json +++ b/apps/api/tsconfig.json @@ -6,6 +6,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, + "esModuleInterop": true, "target": "ES2022", "sourceMap": true, "outDir": "./dist",