UNPKG

@storm-software/workspace-tools

Version:

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

16 lines 353 B
{ "id": "#", "title": "Base Executor", "description": "A base type definition for an executor schema", "properties": { "outputPath": { "title": "Output Path", "type": "string", "format": "path", "description": "The output path for the build", "id": "#outputPath" } }, "type": "object", "default": {} }