Skip to content

Commit b93b9c0

Browse files
fasttimebcoe
andauthored
feat: add skipFull and excludeNodeModules to type definitions (bcoe#417)
Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 4ab9fba commit b93b9c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ export declare class Report {
2020
resolve?: string,
2121
all?: boolean,
2222
src?: Array<string>,
23-
allowExternal?: boolean
23+
allowExternal?: boolean,
24+
skipFull?: boolean,
25+
excludeNodeModules?: boolean
2426
})
2527
run(): Promise<void>;
2628
}

0 commit comments

Comments
 (0)