Elad Chen
Elad Chen
The example shows how to register a dynamic config, yet the example differs from the actual API. The config name should be provided to "addConfig", not to PollingDynamicConfig instantiation.
### Steps to Reproduce 1. In a new typescript project install the following: > typescript@latest @commitlint/[email protected] [email protected] 2. import conventional-commits-parser and notice how the [types](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/conventional-commits-parser/src/types.ts#) are missing ### Current Behavior...