We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
skipFull
excludeNodeModules
1 parent 4ab9fba commit b93b9c0Copy full SHA for b93b9c0
1 file changed
index.d.ts
@@ -20,7 +20,9 @@ export declare class Report {
20
resolve?: string,
21
all?: boolean,
22
src?: Array<string>,
23
- allowExternal?: boolean
+ allowExternal?: boolean,
24
+ skipFull?: boolean,
25
+ excludeNodeModules?: boolean
26
})
27
run(): Promise<void>;
28
}
0 commit comments