From bf33dee6120f24ab36274b9f4501049b77c9b915 Mon Sep 17 00:00:00 2001 From: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:29:53 +0000 Subject: [PATCH] fix(ts): enable ESM interoperability --- tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.base.json b/tsconfig.base.json index f31d245c8..909e1757a 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -6,6 +6,7 @@ "declaration": false, "moduleResolution": "bundler", "emitDecoratorMetadata": true, + "esModuleInterop": true, "experimentalDecorators": true, "importHelpers": true, "target": "es2015",