UNPKG

@storm-software/workspace-tools

Version:

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

21 lines (19 loc) 487 B
// src/base/base-generator.untyped.ts import { defineUntypedSchema } from "untyped"; var base_generator_untyped_default = defineUntypedSchema({ $schema: { id: "BaseGeneratorSchema", title: "Base Generator", description: "A type definition for the base Generator schema" }, directory: { $schema: { title: "Directory", type: "string", description: "The directory to create the library in" } } }); export { base_generator_untyped_default };