UNPKG

@berenddeboer/nx-sst

Version:
17 lines (16 loc) 348 B
{ "$schema": "http://json-schema.org/schema", "$id": "NxSSTInit", "cli": "nx", "title": "Init SST Plugin", "type": "object", "properties": { "unitTestRunner": { "description": "Adds the specified unit test runner.", "type": "string", "enum": ["jest", "none"], "default": "jest" } }, "required": [] }