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