@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
JSON
{
"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}"
}
}