UNPKG

@nx/rsbuild

Version:

The Nx Plugin for Rsbuild contains an Nx plugin, executors and utilities that support building applications using Rsbuild.

10 lines (9 loc) 206 B
export interface Schema { project: string; entry?: string; tsConfig?: string; devServerPort?: number; target?: 'node' | 'web' | 'web-worker'; skipValidation?: boolean; skipFormat?: boolean; }