JSON Schema Property 'warnings'

Description

Allow people to disable console warnings.

Diagram

Drilldown into /properties/warnings/properties/versionMismatch Drilldown into /properties/warnings/properties/versionMismatch Drilldown into /properties/warnings/properties/versionMismatch Drilldown into /properties/warnings/properties/packageDeprecation Drilldown into /properties/warnings/properties/packageDeprecation Drilldown into /properties/warnings/properties/packageDeprecation Drilldown into /properties/warnings/properties/nodeDeprecation Drilldown into /properties/warnings/properties/nodeDeprecation Drilldown into /properties/warnings/properties/nodeDeprecation Drilldown into /properties/warnings/properties/hmrWarning Drilldown into /properties/warnings/properties/hmrWarning Drilldown into /properties/warnings/properties/hmrWarningJSON Schema Diagram of /properties/warnings

Value

Object

Properties

Property Name Type Description
hmrWarning boolean hmrWarning
nodeDeprecation boolean nodeDeprecation
packageDeprecation boolean packageDeprecation
versionMismatch boolean versionMismatch
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"warnings": {
    "type": "object",
    "description": "Allow people to disable console warnings.",
    "properties": {
        "hmrWarning": {
            "type": "boolean",
            "description": "Show a warning when the user enabled the --hmr option.",
            "default": true
        },
        "nodeDeprecation": {
            "type": "boolean",
            "description": "Show a warning when the node version is incompatible.",
            "default": true
        },
        "packageDeprecation": {
            "type": "boolean",
            "description": "Show a warning when the user installed angular-cli.",
            "default": true
        },
        "versionMismatch": {
            "type": "boolean",
            "description": "Show a warning when the global version is newer than the local one.",
            "default": true
        }
    }
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (534:15)

References

Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0