// Place your settings in this file to overwrite default and user settings.
{
    "files.exclude": {
        "**/*.js": {"when": "$(basename).ts"},
        "**/*.js.map" : true
    },
    "html.experimental.customData": ["./html.json"],
    "json.schemas": [
        {
            "fileMatch": ["/html.json"],
            "url": "https://raw.githubusercontent.com/Microsoft/vscode-html-languageservice/master/docs/customData.schema.json"
        },
        {
            "fileMatch": ["/css.json"],
            "url": "https://raw.githubusercontent.com/Microsoft/vscode-css-languageservice/master/docs/customData.schema.json"
        }
    ]
}