TSconfig for bun? Not getting auto imports
I have a monorepo in bun set up with one of the workspaces being a hono application. I'm having trouble getting import suggestions from the typescript language server, but only for subpackages of hono (hono/logger and such). Here are my tsconfigs for the root and for the subproject
2 Replies
I think this is a general typescript issue, I've had the same problem for many years on different configurations
it for some reason doesn't want to autocomplete the import paths, but once manually written it does autocomplete the named exports from that path
Ahhh damn, I wonder if the new typescript engine will be any better at this