{ "extends": "../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "lib": ["ES2022"], "types": ["@cloudflare/workers-types"], "noEmit": true, "jsx": "react-jsx", "jsxImportSource": "hono/jsx" }, "include": ["src/**/*.ts"] }