{
    "typescript.tsdk": "./node_modules/typescript/lib",
    "files.exclude": {
        "lib": true,
        "node_modules": true,
        "npm-debug.log": true,
        ".vscode": true
    }
}