1 min read 35 words Updated Sep 24, 2026 Created Sep 24, 2026
#TypeScript#programminglanguage#webdev

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