| { | |
| "compilerOptions": { | |
| "target": "ESNext", | |
| "module": "ESNext", | |
| "moduleResolution": "Node", | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "outDir": "dist", | |
| "jsx": "react-jsx", | |
| "jsxImportSource": "hono/jsx", | |
| "declaration": false | |
| }, | |
| "exclude": ["node_modules", "dist"] | |
| } | |