From 91683248d00620de2ac729c397ea613531b9691b Mon Sep 17 00:00:00 2001 From: Peizhi Zheng Date: Wed, 12 Jan 2022 22:51:35 -0800 Subject: [PATCH] fix jsx config error --- ui/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/tsconfig.json b/ui/tsconfig.json index e18c413..fbce9be 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -17,7 +17,7 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react-jsx", + "jsx": "react", "noFallthroughCasesInSwitch": true }, "include": [