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