Skip to main content

PartialWorkspaceProjectsConfig

Configures projects in the workspace, using both globs and explicit source paths.

Index

Properties

Properties

optionalglobs

globs?: null | string[]

A list of globs in which to locate project directories. Can be suffixed with moon.yml to only find distinct projects.

optionalsources

sources?: null | Record<string, string>

A mapping of project IDs to relative file paths to each project directory.