Interface: DetectCyclesOptions
Shared options for graph walks (measure, why, cycles).
Extends
Properties
includeTypes?
optionalincludeTypes:boolean
When true, follow import type / export type edges. Default false.
Inherited from
GraphWalkOptions.includeTypes
packageName?
optionalpackageName:string
When set, only consider files belonging to this workspace package.
root?
optionalroot:string
Monorepo root; auto-detected from the entry file when omitted.
Inherited from
GraphWalkOptions.root
verbose?
optionalverbose:boolean
When true, include sorted first-party paths and external package roots.
Inherited from
GraphWalkOptions.verbose