JSON Schema Property 'stylePreprocessorOptions'

Description

Options to pass to style preprocessors

Diagram

Drilldown into /properties/apps/items[0]/properties/stylePreprocessorOptions/properties/includePaths Drilldown into /properties/apps/items[0]/properties/stylePreprocessorOptions/properties/includePaths Drilldown into /properties/apps/items[0]/properties/stylePreprocessorOptions/properties/includePathsJSON Schema Diagram of /properties/apps/items[0]/properties/stylePreprocessorOptions

Value

Object

Properties

Property Name Type Description
includePaths array includePaths

Source

"stylePreprocessorOptions": {
    "type": "object",
    "description": "Options to pass to style preprocessors",
    "additionalProperties": false,
    "properties": {
        "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 (142:37)
Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0