UNPKG

@nx/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

27 lines (26 loc) 664 B
{ "$schema": "https://json-schema.org/schema", "$id": "InferTargets", "title": "", "type": "object", "description": "Convert Nx projects to use inferred targets.", "properties": { "project": { "type": "string", "description": "The project to convert to use inferred targets.", "x-priority": "important" }, "plugins": { "type": "array", "description": "The plugins used to infer targets. For example @nx/eslint or @nx/jest", "items": { "type": "string" } }, "skipFormat": { "type": "boolean", "description": "Whether to format files.", "default": false } } }