Use hono with Turborepo's JIT packages?

I'm trying to setup a monorepo with Turborepo. One of the concepts are just-in-time packages. These packages export TypeScript files and are transpiled by the consuming application. My understanding is that these types of packages require a bundler. However, the hono server typically just relies on tsc.

https://turborepo.com/docs/core-concepts/internal-packages#compilation-strategies

Is there still a way I can use just-in-time packages with hono?
Turborepo
Learn how to build Internal Packages in your monorepo.
Was this page helpful?