diff --git a/tsconfig.json b/tsconfig.json index 56002a1e7..5b3b937ba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "declaration": true, "declarationMap": true, "jsx": "react-jsx", + "jsxImportSource": "@emotion/react", "strict": true, "pretty": true, "sourceMap": true,