diff --git a/tsconfig.json b/tsconfig.json index d1f15f2..0364580 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,14 +3,11 @@ "noImplicitAny": true, "allowJs": true, "target": "es6", - "jsx": "react", "lib": [ "es2019", "dom", "dom.iterable" ], - "esModuleInterop" : true, - "sourceMap": true, "moduleResolution": "node" }, "include": [