From 582481d8e08bfc26336f0d96d1529f082b446fc4 Mon Sep 17 00:00:00 2001 From: hjlarry Date: Thu, 9 Apr 2026 13:34:15 +0800 Subject: [PATCH] chore: tsconfig fix --- web/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tsconfig.json b/web/tsconfig.json index 45d7fa7871..6df4f56bf1 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "incremental": true, "target": "es2022", - "jsx": "preserve", + "jsx": "react-jsx", "lib": [ "dom", "dom.iterable",