From 6a4f0be079a0cd1bc1cfec112e6bedb65ebaab49 Mon Sep 17 00:00:00 2001 From: Austin A Date: Sat, 25 Apr 2026 23:10:05 +0100 Subject: [PATCH] Enable API CommonJS interop --- apps/api/tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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",