Compiler Error
When integrating kubo-rpc-client with NestJS, I'm consistently getting a compile error
Minimal Reproduction
A minimal reproduction repository is available at:
https://github.com/trueLoving/playground-kubo-rpc-client
Steps to Reproduce
- Clone the repository
 
- Install dependencies: 
npm install 
- Start the NestJS app: 
npm run start:dev 
- See terminal output
 
Expected behavior
The Nestjs Application should compile successfully
Environment
- OS: Window 10
 
- Node.js: v22.10.0
 
- npm: 10.9.0
 
- NestJS: 11.0.1
 
- kubo-rpc-client: 5.2.0