UNPKG

knip

Version:

Find unused files, dependencies and exports in your TypeScript and JavaScript projects

20 lines (19 loc) 466 B
export interface NxProjectConfiguration { targets?: { [targetName: string]: { command?: string; executor?: string; options?: { command?: string; commands?: string[]; }; }; }; } export interface NxConfigRoot { plugins?: Array<string | { plugin: string; }>; generators?: Record<string, unknown>; targetDefaults?: Record<string, unknown>; }