rubenf
rubenf3mo ago

**.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 work
1 Reply
fr3fou
fr3fou3w ago
Any plans on supporting .js imports?

Did you find this page helpful?