From 7e08fb4926cfc254384c99d1a39fcd7dca7c61ce Mon Sep 17 00:00:00 2001 From: Joe Clark <31087804+jc-clark@users.noreply.github.com> Date: Fri, 2 Jan 2026 14:16:28 -0800 Subject: [PATCH] Change JSX setting to 'react-jsx' (#58988) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d268773c675e..5da89e0e021b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "moduleResolution": "Bundler", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "preserve", + "jsx": "react-jsx", "baseUrl": ".", "noEmit": true, "allowSyntheticDefaultImports": true,