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