{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "verbatimModuleSyntax": true, "strict": true, "skipLibCheck": true, "baseUrl": "./", "outDir": "./dist", "types": ["node"], "jsx": "react-jsx", "jsxImportSource": "hono/jsx" }, "tsc-alias": { "resolveFullPaths": true } }