@ng-doc/builder
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
18 lines (17 loc) • 453 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "NgDocApi",
"title": "NgDocApi schematic",
"type": "object",
"properties": {
"path": {
"type": "string",
"format": "path",
"$default": {
"$source": "workingDirectory"
},
"description": "The path at which to create the entity file, relative to the current workspace. Default is a folder with the same name as the component in the project root.",
"visible": false
}
}
}