@nx/rsbuild
Version:
37 lines (36 loc) • 904 B
JSON
{
"$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": []
}