UNPKG

nx-mesh

Version:
30 lines (29 loc) 729 B
{ "version": 2, "outputCapture": "direct-nodejs", "$schema": "http://json-schema.org/schema", "cli": "nx", "title": "Start executor", "description": "Validates artifacts", "type": "object", "properties": { "debug": { "type": "boolean", "description": "Display debugging info.", "default": false }, "dir": { "description": "The directory containing built GraphQL Mesh assets (.mesh).", "type": "string" }, "require": { "type": "array", "description": "Loads specific require.extensions before running the codegen and reading the configuration.", "items": { "type": "string" }, "default": [] } }, "required": ["dir"] }