UNPKG

nx-electron

Version:
24 lines (23 loc) 516 B
{ "$schema": "http://json-schema.org/schema", "$id": "NxElectronInit", "title": "Add Nx Electron Schematics", "type": "object", "properties": { "unitTestRunner": { "description": "Adds the specified unit test runner", "type": "string", "enum": [ "jest", "none" ], "default": "jest" }, "skipFormat": { "description": "Skip formatting files", "type": "boolean", "default": false } }, "required": [] }