{ "extends": "@tsconfig/node22/tsconfig.json", "compilerOptions": { "declaration": true, "skipLibCheck": true, "types": ["node"], "module": "NodeNext", "moduleResolution": "NodeNext", "jsx": "react-jsx", "jsxImportSource": "hono/jsx" }, "include": ["src"] }