UNPKG

@nx/js

Version:

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

10 lines (9 loc) 244 B
export interface VerdaccioExecutorSchema { location: 'global' | 'user' | 'project' | 'none'; storage?: string; port?: number; listenAddress: string; // default is 'localhost' config?: string; clear?: boolean; scopes?: string[]; }