Skip to content

Commit

Permalink
refactor: type of CycloneDxWebpackPluginOptions.collectEvidence inh…
Browse files Browse the repository at this point in the history
…erited (#1318)

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Oct 8, 2024
1 parent 8236f02 commit e302245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export interface CycloneDxWebpackPluginOptions {
*
* @default false
*/
collectEvidence?: boolean
collectEvidence?: CycloneDxWebpackPlugin['collectEvidence']
}

class ValidationError extends Error {
Expand Down

0 comments on commit e302245

Please sign in to comment.