UNPKG

@storm-software/workspace-tools

Version:

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

29 lines 663 B
{ "id": "#", "title": "Size Limit Executor", "description": "A type definition for a Size Limit executor schema", "properties": { "outputPath": { "title": "Output Path", "type": "string", "format": "path", "description": "The output path for the build", "id": "#outputPath", "default": "dist/{projectRoot}" }, "entry": { "title": "Entry", "type": "array", "description": "The path to the entry file", "items": { "type": "string", "format": "path" }, "id": "#entry" } }, "type": "object", "default": { "outputPath": "dist/{projectRoot}" } }