blob: 71fb02a59dfa3234ab67d32bccd645549ade1929 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"search.exclude": {
"**/node_modules": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.test.ts": "typescript"
},
"jest.jestCommandLine": "pnpm run jest",
"jest.autoRun": "off"
}
|