I can't use tsconfig `paths` when using Hono RPC in monorepo
I have monorepo with 2 packages,
I'm using Hono RPC for communication between
This is my minimum reproducer: https://github.com/kota65535/hono-test
And I've attached the screenshot when the type error occurs.
This is likely due to my own misconfiguration, but any help or advice would be appreciated.
client & server (Hono).I'm using Hono RPC for communication between
client and server. It works perfectly, but when I define paths in tsconfig of server and rewrite import paths to use them, the Hono client does not infer the type correctly.This is my minimum reproducer: https://github.com/kota65535/hono-test
And I've attached the screenshot when the type error occurs.
This is likely due to my own misconfiguration, but any help or advice would be appreciated.

GitHub
Contribute to kota65535/hono-test development by creating an account on GitHub.