UNPKG

@storm-software/workspace-tools

Version:

Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.

17 lines (13 loc) 230 B
// Generated by @storm-software/untyped // Do not edit this file directly export interface BaseExecutorSchema { /** * Output Path * * The output path for the build * * * @format path */ outputPath?: string, }