mizzkey/.vscode/settings.json

11 lines
260 B
JSON
Raw Normal View History

{
"search.exclude": {
"**/node_modules": true
2023-02-19 13:29:04 +01:00
},
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.test.ts": "typescript"
2023-03-05 06:40:41 +01:00
},
2023-04-22 17:37:17 +02:00
"jest.jestCommandLine": "pnpm run jest",
2023-03-05 06:40:41 +01:00
"jest.autoRun": "off"
}