From a91f4681dac8cd2dfa50b4d38511b6a8ba74e672 Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Wed, 24 Feb 2021 14:39:58 +0800 Subject: [PATCH] chore: use react-jsx build close https://github.com/ant-design/ant-design-pro/issues/7698 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6d8ba2b8..186a435d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "lib": ["esnext", "dom"], "sourceMap": true, "baseUrl": ".", - "jsx": "preserve", + "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "moduleResolution": "node", "forceConsistentCasingInFileNames": true,