UNPKG

@storm-software/workspace-tools

Version:

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

15 lines (11 loc) 215 B
// Generated by @storm-software/untyped // Do not edit this file directly export interface BaseGeneratorSchema { /** * Directory * * The directory to create the library in * */ directory?: string, }