Bun
Started 53 minutes ago
Last edited 53 minutes ago
§ Correct Types in TypeScript
Don’t forget to install your types:
bun install @bun/types And then, add them to your tsconfig.json:
{ "compilerOptions": { "types": ["node", "types/bun"], "skipLibCheck": true, }}