{
    "path-autocomplete.excludedItems": {
        "**/*.js": {
            "when": "**/*.ts"
        },
        "**/*.map": {
            "when": "**"
        },
        "**/{.git,node_modules}": {
            "when": "**"
        }
    },
    "path-autocomplete.pathMappings": {
        "@": "${workspaceRoot}/src"
    },
    "path-autocomplete.extensionOnImport": true
}