UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

11 lines (9 loc) 181 B
export interface Json { [k: string]: any; } export interface Schema extends Json { projectName: string; skipFormat: boolean; forceRemove: boolean; importPath?: string; }