UNPKG

@nx/rsbuild

Version:

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

8 lines (7 loc) 185 B
export interface InitGeneratorSchema { keepExistingVersions?: boolean; updatePackageScripts?: boolean; addPlugin?: boolean; skipFormat?: boolean; skipPackageJson?: boolean; }