From 04c6045f5b577a98e5839ade844627f6e6c871e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E8=89=B3=E5=85=B5?= Date: Thu, 9 Jul 2026 15:32:26 +0800 Subject: [PATCH] fix: restore classic JSX runtime --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d6811ba..ab8cff6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "esnext", "moduleResolution": "bundler", - "jsx": "react-jsx", + "jsx": "react", "declaration": true, "skipLibCheck": true, "esModuleInterop": true,