challenge-algorithms-v2.0-h.../.vscode/settings.json

8 lines
116 B
JSON
Raw Permalink Normal View History

{
"files.exclude": {
"**/node_modules": true,
"jest.config.js": true,
2022-10-27 23:05:37 +00:00
"package-lock.json": true
}
2022-10-27 23:05:37 +00:00
}