Skip to main content
Bun reads the paths field in your tsconfig.json to re-write import paths. This is useful for aliasing package names or avoiding long relative paths.
tsconfig.json

With the above tsconfig.json, the following imports will be re-written:
tsconfig.ts

See Docs > Runtime > TypeScript for more information on using TypeScript with Bun.