You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ TODO
59
59
|**colors**|`boolean`| If `false`, disables colors for logger. Default: `true`. |
60
60
|**logger**|`LoggerInterface`| Logger instance. It should be object that implements method: `error`, `warn`, `info`. Default: `console`.|
61
61
|**silent**|`boolean`| If `true`, logger will not be used. Default: `false`.|
62
+
|**cluster**|`number`| You can split type checking to few workers to speed-up on increment build. But remember: if you don't want type checker to affect build time, you should keep 1 core for build and 1 core for system. Also - node doesn't share memory so keep in mind that memory usage will increase linear. Default: `1`.|
0 commit comments