Skip to main content
Bun natively supports .json imports.
package.json

Import the file like any other source file.
data.ts

Bun also supports Import Attributes and JSON modules syntax.
data.ts

See TypeScript for more on using TypeScript with Bun.