@storm-software/workspace-tools
Version:
Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.
26 lines (21 loc) • 354 B
TypeScript
// Generated by @storm-software/untyped
// Do not edit this file directly
export interface SizeLimitExecutorSchema {
/**
* Output Path
*
* The output path for the build
*
* @default "dist/{projectRoot}"
*
* @format path
*/
outputPath?: string,
/**
* Entry
*
* The path to the entry file
*
*/
entry?: Array<string>,
}