1 2 3 4 5 6 7 8 9 10 11 12
{ "extends": "../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "lib": ["ES2022"], "types": ["@cloudflare/workers-types"], "noEmit": true, "jsx": "react-jsx", "jsxImportSource": "hono/jsx" }, "include": ["src/**/*.ts"] }