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