mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
Reading the documentation on bun-types it was not clear to me that the tsconfig.ts needs to look like this:
```
{
"compilerOptions": {
"types": ["bun-types"]
}
}
```
So i added the "compilerOptions" information.