| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "jsx": "react-jsx", | |
| "jsxImportSource": "hono/jsx", | |
| "types": ["node"], | |
| "allowImportingTsExtensions": false, | |
| "noEmit": true | |
| }, | |
| "include": ["src/**/*"] | |
| } | |