UNPKG

@nx/node

Version:

The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.

8 lines 315 B
import { Tree } from '@nx/devkit'; export interface VSCodeDebugConfigOptions { projectName: string; projectRoot: string; packageManager?: string; } export declare function addVSCodeDebugConfiguration(tree: Tree, options: VSCodeDebugConfigOptions): void; //# sourceMappingURL=vscode-debug-config.d.ts.map