Home@moonrepo/typesInterfacesPartialWorkspaceProjectsConfigOn this pagePartialWorkspaceProjectsConfig Configures projects in the workspace, using both globs and explicit source paths.Index PropertiesglobssourcesProperties optionalglobsglobs?: null | string[]A list of globs in which to locate project directories. Can be suffixed with moon.yml or moon.pkl to only find distinct projects.optionalsourcessources?: null | Record<string, string>A mapping of project IDs to relative file paths to each project directory.
Configures projects in the workspace, using both globs and explicit source paths.