summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: c94a34194e24a9e6c8085f1359178981d4013cd1 (plain)
1
2
3
4
5
6
{
    "search.exclude": {
        "**/node_modules": true
    },
    "typescript.tsdk": "node_modules/typescript/lib"
}