File SystemRuntime & DebuggingRe-map import pathsBun 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.Copy MarkdownOpenInstall TypeScript declarations for BunTo add TypeScript definitions for Bun's built-in APIs to your project, install @types/bun .Debugging Bun with the VS Code extensionBun speaks the WebKit Inspector Protocol , so you can debug your code with an interactive debugger.