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