diff --git a/tsconfig.json b/tsconfig.json index 5ae8c6a..42633fb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "noImplicitAny": true, "module": "commonjs", "target": "es6", - "jsx": "react" + "jsx": "react", + "esModuleInterop": true }, "include": ["./src"], "exclude": ["./src/public"]