Home@moonrepo/typesInterfacesProjectWorkspaceInheritedTasksConfigOn this pageProjectWorkspaceInheritedTasksConfig Controls how tasks are inherited.Index PropertiesexcludeincluderenameProperties excludeexclude: string[]Excludes inheriting tasks by ID.includeinclude: 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.renamerename: Record<string, string>Renames inherited tasks to a new ID.
Controls how tasks are inherited.