Home > @rushstack/heft > IGlobOptions
IGlobOptions interface
A supported subset of options used when globbing files.
Signature:
export interface IGlobOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) Whether or not the returned file paths should be absolute. | ||
string | (Optional) Current working directory that the glob pattern will be applied to. | ||
boolean | (Optional) Whether or not to include dot files when globbing. | ||
string[] | (Optional) Patterns to ignore when globbing. |