Why do I need to handle onClick by myself? In the docs it says "by default" so I guess this should be optional:
Argument of type '{ title: string; }' is not assignable to parameter of type 'WebpackBuildNotifierConfig'.
Property 'onClick' is missing in type '{ title: string; }' but required in type 'WebpackBuildNotifierConfig'.
Why do I need to handle onClick by myself? In the docs it says "by default" so I guess this should be optional:
see: index.d.ts#L96