diff --git a/tsconfig.json b/tsconfig.json index 4a6e7a2..f46493a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "module": "commonjs", "target": "es2018", "outDir": "dist", - "types": ["node", "jest"], - "esModuleInterop": true + "types": ["node", "jest"] } }