From a59300554843b835481c2b95aa14101a7f939bd7 Mon Sep 17 00:00:00 2001 From: xh <11675084@qq.com> Date: Wed, 12 Nov 2025 16:55:57 +0800 Subject: [PATCH] =?UTF-8?q?tsx=E9=85=8D=E7=BD=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/tsconfig.json b/web/tsconfig.json index 38376ef..dd3d82c 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -6,6 +6,8 @@ "moduleResolution": "node", "strict": true, "jsx": "preserve", + "jsxFactory": "h", + "jsxFragmentFactory": "Fragment", "sourceMap": true, "resolveJsonModule": true, "esModuleInterop": true,