Skip to content

Commit

Permalink
readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zinserjan committed Sep 15, 2017
1 parent 512e702 commit 77d9891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ new TsCheckerWebpackPlugin(options: object)
|:--|:--:|:----------|
|**`tsconfig`**|`{String}`|Absolute path to tsconfig.json file.|
|**`tslint`**|`{String}`|Absolute path to tslint.json file. <br>Default: `undefined`|
|**`tslintEmitErrors`**|`{Boolean}`|Forces tslint to always emit error instead of it's default severity. <br>Default: `false`|
|**`tslintEmitErrors`**|`{Boolean}`|Report all TSLint failures as webpack errors regardless of the rule severity. <br>Default: `false`|
|**`memoryLimit`**|`{Number}`|Memory limit for the type checker process in MB. <br>Default: `512`|
|**`diagnosticFormatter`**|`{String}`|Formatter for TypeScript Diagnostics. <br>One of `ts-loader`, `stylish` or `codeframe`.<br> Default: `ts-loader`|
|**`timings`**|`{Boolean}`|Logs timing information of the type checker. <br>Default: `false`|
Expand Down

0 comments on commit 77d9891

Please sign in to comment.