"assets": {
"type": "array",
"description": "List of application assets.",
"default": [],
"items": {
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"glob": {
"type": "string",
"description": "The pattern to match.",
"default": ""
},
"input": {
"type": "string",
"description": "The dir to search within.",
"default": ""
},
"output": {
"type": "string",
"description": "The output path (relative to the outDir).",
"default": ""
}
}
}
]
}
}https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (45:19)