{
    "search.exclude": {
        "**/node_modules": true
    },
    "typescript.tsdk": "node_modules/typescript/lib",
    "files.associations": {
        "*.test.ts": "typescript"
    },
    "jest.jestCommandLine": "pnpm run jest",
    "jest.autoRun": "off"
}