{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "verbatimModuleSyntax": true, "strict": true, "skipLibCheck": true, "baseUrl": "./", "paths": { "@/*": ["./src/*"] }, "outDir": "./dist", "types": [ "bun" ], "composite": true, "jsx": "react-jsx", "jsxImportSource": "hono/jsx" } }