We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2601d5e + af8c9c9 commit 006bb47Copy full SHA for 006bb47
.vscode/settings.json
@@ -1,4 +1,9 @@
1
// Place your settings in this file to overwrite default and user settings.
2
{
3
- "typescript.tsdk": "node_modules/typescript/lib"
+ "typescript.tsdk": "node_modules/typescript/lib",
4
+ "search.exclude": {
5
+ "**/coverage_js": true,
6
+ "**/coverage": true,
7
+ "**/dist": true
8
+ }
9
}
0 commit comments