UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

5 lines (4 loc) 95 B
export interface CopyWorkspaceModulesOptions { buildTarget: string; outputPath?: string; }