Bun
The all-in-one JS thingy
Started
Last edited
§ Correct Type Hints in TypeScript
Don’t forget to install your types:
bun install @bun/types And then, add them to your tsconfig.json:
{ "compilerOptions": { "types": ["node", "bun"], "skipLibCheck": true, }}