UNPKG

@nrwl/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

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; }