diff --git a/apps/ssr/tsconfig.json b/apps/ssr/tsconfig.json index 5f128ee76..5382ceedc 100644 --- a/apps/ssr/tsconfig.json +++ b/apps/ssr/tsconfig.json @@ -13,7 +13,7 @@ "module": "esnext", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "preserve", + "jsx": "react", "incremental": true, "types": ["vite/client", "@follow/types/react", "@follow/types/global"], "plugins": [