UNPKG

@nx/rsbuild

Version:

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

37 lines (36 loc) 904 B
{ "$schema": "http://json-schema.org/schema", "$id": "Init", "title": "Nx Rsbuild Init Generator", "type": "object", "description": "Rsbuild init generator.", "properties": { "rootProject": { "type": "boolean", "x-priority": "internal" }, "keepExistingVersions": { "type": "boolean", "x-priority": "internal", "description": "Keep existing dependencies versions", "default": false }, "updatePackageScripts": { "type": "boolean", "x-priority": "internal", "description": "Update package scripts", "default": false }, "skipFormat": { "description": "Skip formatting files.", "type": "boolean", "default": false }, "skipPackageJson": { "description": "Do not add dependencies to `package.json`.", "type": "boolean", "default": false } }, "required": [] }