diff --git a/tsconfig.base.json b/tsconfig.base.json index cdccf306599..073eb9fd3b0 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -3,7 +3,7 @@ "module": "esnext", "target": "ES2021", "lib": ["ES2022", "dom"], - "jsx": "react", + "jsx": "react-jsx", "baseUrl": ".", "rootDir": ".", "composite": true,