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