JSON Schema Property 'karma'

Diagram

JSON Schema Diagram of /properties/test/properties/karma

Value

Object

Properties

Property Name Type Description
config string A String value
Path to the karma config file..

Source

"karma": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "config": {
            "type": "string",
            "description": "Path to the karma config file."
        }
    }
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (267:16)

References

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