File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ function ForkTsCheckerWebpackPlugin (options) {
31
31
this . logger = options . logger || console ;
32
32
this . silent = options . silent === true ; // default false
33
33
this . async = options . async !== false ; // default true
34
+ this . checkSyntacticErrors = options . checkSyntacticErrors === true ; // default false
34
35
this . workersNumber = options . workers || ForkTsCheckerWebpackPlugin . ONE_CPU ;
35
- this . checkSyntacticErrors = options . checkSyntacticErrors || false ; // default false
36
36
this . memoryLimit = options . memoryLimit || ForkTsCheckerWebpackPlugin . DEFAULT_MEMORY_LIMIT ;
37
37
this . useColors = options . colors !== false ; // default true
38
38
this . colors = new chalk . constructor ( { enabled : this . useColors } ) ;
You can’t perform that action at this time.
0 commit comments