summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 6a0497946d8d95314a4ca2a0115ada177d5d258c (plain)
1
2
3
4
5
6
7
8
9
{
    "search.exclude": {
        "**/node_modules": true
    },
    "typescript.tsdk": "node_modules/typescript/lib",
    "files.associations": {
        "*.test.ts": "typescript"
    }
}