"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)