Jayant Malik
Results
2
comments of
Jayant Malik
> Yes, I'm curious how I can use standard-version in a mono-repo (configured using yarn workspaces, not lerna) consisting of multiple npm packages. > > Like is there a way...
Hello Developers, I faced similar problem, and here is the workaround that I found: ```ts export class BaseEmitter extends (EventEmitter as { new (): TypedEmitter; }) {} ``` Now you...