This question may seem a bit unconventional. I am currently using an npm package that includes built-in type definitions for TypeScript. However, I have discovered a bug in these definitions that I am able to easily fix.
My goal is to make this updated version of the package accessible to my build server. Initially, I considered forking the repository on Github and adding it as a source in my package.json
. But then I realized that the package needs to be compiled.
So, where do I go from here? Although I have submitted a pull request, what steps can I take until it gets merged and released? Should I create a clone of the package and publish it myself?