UNPKG

@storm-software/workspace-tools

Version:

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

24 lines (19 loc) 376 B
// Generated by @storm-software/untyped // Do not edit this file directly export interface ConfigSchemaGeneratorSchema { /** * Directory * * The directory to create the library in * */ directory?: string, /** * Output File * * The file to write the schema to * * @default "{workspaceRoot}/storm-workspace.schema.json" */ outputFile?: string, }