We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aca9c89 + 3948482 commit 3d9b107Copy full SHA for 3d9b107
.vscode/settings.json
@@ -2,13 +2,8 @@
2
"files.associations": {
3
".eslintrc.json.typings": "jsonc"
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