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