diff --git a/tsconfig.cjs.json b/tsconfig.cjs.json index 8544726..fe73d16 100644 --- a/tsconfig.cjs.json +++ b/tsconfig.cjs.json @@ -2,7 +2,7 @@ "compilerOptions": { "declaration": true, "downlevelIteration": true, - "esModuleInterop": true, + "esModuleInterop": false, "forceConsistentCasingInFileNames": true, "lib": ["esnext"], "module": "commonjs",