TypeScript
Started Last edited
JavaScript
Gradual Type System
§Correct Type Hints
Don’t forget to install your types:
bun install @bun/typesAnd then, add them to your tsconfig.json:
{ "compilerOptions": { "types": ["node", "bun"], "skipLibCheck": true }}