#Is there any way to get root import with Bun?

1 messages · Page 1 of 1 (latest)

merry ember
#

I am used to the babel root import plugin, I can't seem to find something that corresponds on the bun side of things, is this not available on bun? Am I missing something?

merry ember
#

Is there any way to get root import with Bun?

buoyant horizon
#

I'd recommend using baseUrl in tsconfig.json for this

#

Bun respects this at runtime and during bundling