H
Hono2mo ago
0x4d6165

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
Arjix
Arjix2mo ago
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
0x4d6165
0x4d6165OP2mo ago
Ahhh damn, I wonder if the new typescript engine will be any better at this

Did you find this page helpful?