Stop generating sourceMap in tsconfig.json
Stop generating the source map when compiling the project, the src/ folder isn't published to NPM, so the source map was pointing to non-existing files.
These source maps were causing projects using exponential-backoff to break when transpiling the code with webpack.
I created an example showing the error here: https://codesandbox.io/p/sandbox/blissful-orla-9bspqw

What is the status on this? This is also throwing tons of warnings for us. Would love to have this merged
What is the status on this? This is also throwing tons of warnings for us. Would love to have this merged
To be honest I ended up using a different library on the project I was working on because of this error. However, I decided to keep this PR open just in case it gets merged. I'd be curious to hear about the overall project's status, but I'm not entirely sure if it's actively maintained anymore.
Hi @khevamann , would you mind merge and publish a new version for the fix?