diff --git a/tsconfig.json b/tsconfig.json index fe5c81df9e3..39f2e6e3fb5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,8 +12,7 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - // Todo: standard vite config uses react-jsx but it causes typechecks to fail - "jsx": "react", + "jsx": "react-jsx", /* Linting */ "strict": true,