From 2e31db3996d922b29dd20df3db21d6433d5405ca Mon Sep 17 00:00:00 2001 From: Charly POLY Date: Sun, 24 Sep 2023 18:07:37 -0700 Subject: [PATCH] fix --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index fef466e..d923adf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,11 +4,11 @@ "baseUrl": ".", "outDir": "dist", "rootDir": "packages", - "esModuleInterop": false, + "esModuleInterop": true, "allowSyntheticDefaultImports": true, "importHelpers": true, "experimentalDecorators": true, - "module": "ESNext", + "module": "CommonJS", "target": "ES2021", "lib": ["ES2022"], "moduleResolution": "node",