Interface representing the approximate structure of a configuration.

Approximate

interface Approximate {
    projects?: Record<string, ApproximateProject>;
    sourceRoot?: string;
    task?: ApproximateTask;
}

Hierarchy

Properties

projects?: Record<string, ApproximateProject>
sourceRoot?: string

Generated using TypeDoc