diff --git a/tsconfig.json b/tsconfig.json index 41738cd..d347b20 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "esnext", "module": "commonjs", - "jsx": "react-jsx", + "jsx": "preserve", "strict": true, "esModuleInterop": true, "moduleResolution": "node", @@ -11,7 +11,9 @@ "allowSyntheticDefaultImports": true, "noEmit": true, "skipLibCheck": true, - "types": ["cypress"] , + "types": [ + "cypress" + ], "lib": [ "dom", "dom.iterable", @@ -19,7 +21,6 @@ ], "allowJs": true, "incremental": true - }, "include": [ "src",