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
The type definition for the constructor of the class Report should include the options skipFull and excludeNodeModules (see the implementation). AFAICT these should be both optional booleans:
skipFull?: boolean,excludeNodeModules?: boolean,
The text was updated successfully, but these errors were encountered:
The type definition for the constructor of the class
Report
should include the optionsskipFull
andexcludeNodeModules
(see the implementation). AFAICT these should be both optional booleans:The text was updated successfully, but these errors were encountered: