File SystemRuntime & DebuggingInstall TypeScript declarations for BunTo add TypeScript definitions for Bun's built-in APIs to your project, install @types/bun .Copy MarkdownOpenRead from stdinIn Bun, the console object is an AsyncIterable that yields lines from stdin .Re-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.