Sandbox: /sandbox/typescript

Creating a basic TypeScript project: bun create vite my-project

Or run TS simply bun run app.ts as Bun has natively capabilities for TypeScript.

TypeScript CLI

npm install -g typescript

Then, to bundle: tsc index.js