@nxext/stencil
Version:
Nx plugin for stenciljs
21 lines (20 loc) • 380 B
JSON
{
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"title": "Stencil build",
"description": "",
"type": "object",
"properties": {
"projectType": {
"type": "string"
},
"configPath": {
"type": "string",
"description": "Path to the stencil.config.ts file."
},
"watch": {
"type": "boolean"
}
},
"required": []
}