{ "compilerOptions": { "target": "ES2024", "module": "ESNext", "moduleResolution": "bundler", "outDir": "./dist", "jsx": "react-jsx", "jsxImportSource": "hono/jsx", "esModuleInterop": true, "verbatimModuleSyntax": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "baseUrl": "./", "types": [ "node" ], "typeRoots": [ "./node_modules/@types", ], "removeComments": true, }, "exclude": ["node_modules"], }