diff --git a/packages/web/tsconfig.json b/packages/web/tsconfig.json index f1816210..03989328 100644 --- a/packages/web/tsconfig.json +++ b/packages/web/tsconfig.json @@ -14,7 +14,7 @@ "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "react-jsx", + "jsx": "preserve", "incremental": true, "plugins": [ {