We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f701d07 commit 6684c40Copy full SHA for 6684c40
1 file changed
.vscode/settings.json
@@ -4,11 +4,7 @@
4
},
5
// Hide output files from the file explorer, comment this out to see the build output
6
"files.exclude": {
7
- "**/.nyc_output": true,
8
- "**/lib": true,
9
- "**/dist": true,
10
- "**/out": true,
11
- "**/out-*": true,
+ "**/.nyc_output": true
12
13
"typescript.preferences.importModuleSpecifier": "non-relative",
14
"typescript.preferences.quoteStyle": "single",
0 commit comments