{ "compilerOptions": { "target": "ESNext", "module": "NodeNext", "moduleResolution": "NodeNext", "strict": true, "skipLibCheck": true, "lib": [ "ESNext" ], "jsx": "react-jsx", "jsxImportSource": "hono/jsx", "outDir": "./dist" }, "exclude": ["node_modules"] }