update webpackOption.d.ts

This commit is contained in:
jeffin143 2020-01-15 09:32:15 +05:30
parent 2101892e3c
commit ef739915c2
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ export type RuleSetCondition =
* This interface was referenced by `WebpackOptions`'s JSON-Schema
* via the `definition` "RuleSetConditions".
*/
export type RuleSetConditions = RuleSetCondition[]
export type RuleSetConditions = RuleSetCondition[];
/**
* One or multiple rule conditions
*