From 663b951cd7f5243c85c95e28980b28ee4cf14e81 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Mon, 24 Oct 2022 22:01:34 -0700 Subject: [PATCH] Set jsxImportSource --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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,