Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
How to transpile TypeScript using Bun? - Sapphire - Imagine a Framework
S-IaF
Sapphire - Imagine a Framework
โข
13mo ago
โข
11 replies
nijama.dev
How to transpile TypeScript using Bun?
I haven
't been able to successfully transpile the code and run it using the
bun build
bun build
command
.
Solution
bun start
bun start
in package
.json
:
"scripts": {
"start": "bun src/index.ts"
},
"scripts": {
"start": "bun src/index.ts"
},
Jump to solution
Sapphire - Imagine a Framework
Join
Sapphire is a next-gen object-oriented Discord.js bot framework.
2,261
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Sapphire with TypeScript & Bun
S-IaF
Sapphire - Imagine a Framework / sapphire-support
2y ago
Using bun with @sapphire/framework
S-IaF
Sapphire - Imagine a Framework / sapphire-support
3y ago
Can't run sapphire using bun
S-IaF
Sapphire - Imagine a Framework / sapphire-support
3y ago
Using Paths w/ TypeScript
S-IaF
Sapphire - Imagine a Framework / sapphire-support
2y ago