diff --git a/tsconfig.json b/tsconfig.json index 5b45582..5ae8c6a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,9 +4,8 @@ "noImplicitAny": true, "module": "commonjs", "target": "es6", - "jsx": "react", - "esModuleInterop": true + "jsx": "react" }, "include": ["./src"], "exclude": ["./src/public"] -} \ No newline at end of file +}