UNPKG

@storm-software/workspace-tools

Version:

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

19 lines 434 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", "default": "dist/{projectRoot}" } }, "type": "object", "default": { "outputPath": "dist/{projectRoot}" } }