< B / >

Bun

Started 53 minutes ago Last edited 53 minutes ago

§ Correct Types in TypeScript

Don’t forget to install your types:

Terminal window
bun install @bun/types

And then, add them to your tsconfig.json:

tsconfig.json
{
"compilerOptions": {
"types": ["node", "types/bun"],
"skipLibCheck": true,
}
}