Home@moonrepo/typesInterfacesWorkspaceProjectsConfigOn this pageWorkspaceProjectsConfig Configures projects in the workspace, using both globs and explicit source paths.Index PropertiesglobssourcesProperties globsglobs: 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.sourcessources: 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.