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