UNPKG

@nx/rspack

Version:

The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.

13 lines (11 loc) 308 B
import { InitGeneratorSchema } from '../init/schema'; export interface ConfigurationSchema extends InitGeneratorSchema { project: string; main?: string; tsConfig?: string; target?: 'node' | 'web'; skipValidation?: boolean; newProject?: boolean; buildTarget?: string; serveTarget?: string; }