Skip to main content

PartialProjectWorkspaceInheritedTasksConfig

Controls how tasks are inherited.

Index

Properties

optionalexclude

exclude?: null | string[]

Excludes inheriting tasks by ID.

optionalinclude

include?: null | string[]

Only inherits tasks by ID, and ignores the rest. When not defined, inherits all matching tasks. When an empty list, inherits no tasks.

optionalrename

rename?: null | Record<string, string>

Renames inherited tasks to a new ID.