**.ts need not to be added anymore for
.ts need not to be added anymore for relative imports in Typescript (Bun)
After some feedback in #feedback , we realized we had a constraint legacy of deno that wasn't needed anymore. You can now use relative imports in bun of the shape
./dep
or ../folder2/dep
instead of ./dep.ts
and ../folder2/dep.ts
. Old style still work and will continue to work1 Reply
Any plans on supporting .js imports?