{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "types": ["bun"], "esModuleInterop": true, "strict": true, "skipLibCheck": true, "jsx": "react-jsx", "jsxImportSource": "hono/jsx" } }