InheritedTasksConfig
Index
Properties
optional$schema
extends
Extends another tasks configuration file. Supports a relative file path or a secure URL.
fileGroups
A mapping of group IDs to a list of file paths, globs, and environment variables, that can be referenced from tasks.
implicitDeps
Task dependencies that'll automatically be injected into every task that inherits this configuration.
implicitInputs
Task inputs that'll automatically be injected into every task that inherits this configuration.
taskOptions
Default task options for all inherited tasks.
tasks
A mapping of tasks by ID to parameters required for running the task.
Configures tasks and task related settings that'll be inherited by all matching projects. Docs: https://moonrepo.dev/docs/config/tasks