Skip to content

Commit d113b1c

Browse files
author
Dan Clayton
committed
test
1 parent d5e5a23 commit d113b1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ export interface ScanOptions {
77
includeDevDependencies?: boolean;
88
/** Specific package name to scan (optional) */
99
packageName?: string;
10+
/** Enable recursive scanning of workspace members */
11+
recursive?: boolean;
1012
}
1113

1214
export interface AnalyzeOptions {

0 commit comments

Comments
 (0)