From ef0f1de37f18b8afa5e17d11fb5a968e1e825eb2 Mon Sep 17 00:00:00 2001 From: mutu Date: Mon, 5 Aug 2024 16:06:59 +0800 Subject: [PATCH] chore: fix gi-common-components ts error --- packages/gi-common-components/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gi-common-components/tsconfig.json b/packages/gi-common-components/tsconfig.json index d95a0baae..d4e3bbeb2 100644 --- a/packages/gi-common-components/tsconfig.json +++ b/packages/gi-common-components/tsconfig.json @@ -5,7 +5,7 @@ "declaration": true, "target": "es2015", "moduleResolution": "node", - "jsx": "react", + "jsx": "react-jsx", "resolveJsonModule": true, "strict": true, "noImplicitAny": false,