// Place your settings in this file to overwrite default and user settings.
{
    "files.exclude": {
        "**/*.js": {"when": "$(basename).ts"},
        "**/*.js.map" : true
    },
    "workbench.settings.editor": "json",
    "html.experimental.custom.tags": [
        "./web-components.json", 
        "node_modules/p-d.p-u/web-components.json",
        "node_modules/xtal-state/web-components.json"
    ]
}