diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index e5079d008..9de1c10ca 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -6,7 +6,7 @@ "exclude": [], "compilerOptions": { "baseUrl": ".", - "jsx": "react", + "jsxImportSource": "@emotion/react", "types": [ "cypress" ], diff --git a/tsconfig.json b/tsconfig.json index e9ec97baa..fa24457cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ "forceConsistentCasingInFileNames": true, "isolatedModules": true, "jsx": "preserve", - "jsxImportSource": "@emotion/react", "lib": [ "dom", "dom.iterable",