diff --git a/tsconfig.json b/tsconfig.json index bf39a7c..b3b7ec5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "strict": true, "target": "esnext", "moduleResolution": "Bundler", - "skipLibCheck": true + "skipLibCheck": true, + "esModuleInterop": true }, "files": ["src/index.ts"] }