egirlskey/.vscode/settings.json

10 lines
215 B
JSON
Raw Normal View History

{
"search.exclude": {
"**/node_modules": true
2023-02-19 12:29:04 +00:00
},
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.test.ts": "typescript"
2023-03-05 05:40:41 +00:00
},
"jest.autoRun": "off"
}