JSON Schema Property 'includePaths'

Description

Paths to include. Paths will be resolved to project root.

Diagram

JSON Schema Diagram of /properties/apps/items[0]/properties/stylePreprocessorOptions/properties/includePaths

Value

Array

Array Index Type Description
1-n string A String value

Default

[]

Source

"includePaths": {
    "type": "array",
    "description": "Paths to include. Paths will be resolved to project root.",
    "default": [],
    "items": {
        "type": "string"
    }
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (146:29)
Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0