{ "compilerOptions": { "lib": ["ESNext"], "module": "esnext", "target": "esnext", "moduleResolution": "Node", "allowImportingTsExtensions": true, // "bun-types" is the important part "types": ["bun-types"] } }