diff --git a/tsconfig.json b/tsconfig.json index 27839f5..b92ba4e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,9 @@ "isolatedModules": true, "allowJs": true, "forceConsistentCasingInFileNames": true, - "skipLibCheck": true + "skipLibCheck": true, + "jsx": "react-jsx", + "jsxImportSource": "hono/jsx" }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"]