UNPKG

nx-mesh

Version:
7 lines (6 loc) 295 B
import type { Schema as NodeLibrarySchema } from '@nrwl/node/src/generators/library/schema'; export declare type MeshConfigExtensions = 'cjs' | 'js' | 'json' | 'yml'; export interface SdkGeneratorSchema extends NodeLibrarySchema { codegen?: boolean; meshConfig?: MeshConfigExtensions; }