diff --git a/docs/tsconfig.json b/docs/tsconfig.json index 14131e68..34346f5f 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -13,7 +13,7 @@ "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "preserve", + "jsx": "react-jsx", "incremental": true, "paths": { "@/.source": ["./.source/index.ts"],