From 9ce3ad8300412e57c68a9662f2c9761067762c0d Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sun, 15 Feb 2026 15:07:35 +0800 Subject: [PATCH] fix: update JSX setting in TypeScript configuration to use react-jsx --- web/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tsconfig.json b/web/tsconfig.json index 5d606a9f..b575f7da 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -15,7 +15,7 @@ "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "preserve", + "jsx": "react-jsx", "incremental": true, "plugins": [ {