UNPKG

@storm-software/workspace-tools

Version:

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

23 lines (19 loc) 638 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/base/base-executor.untyped.ts var _untyped = require('untyped'); var base_executor_untyped_default = _untyped.defineUntypedSchema.call(void 0, { $schema: { id: "baseExecutor", title: "Base Executor", description: "A base type definition for an executor schema" }, outputPath: { $schema: { title: "Output Path", type: "string", format: "path", description: "The output path for the build" }, $default: "dist/{projectRoot}" } }); exports.base_executor_untyped_default = base_executor_untyped_default;