{ "compilerOptions": { "ignoreDeprecations": "6.0", "strict": true, "skipLibCheck": true, "types": [ "bun" ], "baseUrl": ".", "moduleResolution": "bundler", "paths": { "@/*": [ "src/*" ] }, "outDir": "./dist", "jsx": "react-jsx", "jsxImportSource": "hono/jsx" } }