mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-08 11:10:03 +00:00
* Add types for license-checker-webpack-plugin * Improve license-checker-webpack-plugin definitions Make options parameter optional. The module documentation does not state whether this parameter is or is not intended to be optional, but the code allows for it. Use Partial<Options> instead of interface with all optional fields.