diff --git a/.vscode/settings.json b/.vscode/settings.json index 3bf1c691..cf683d8a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,13 +2,8 @@ "files.associations": { ".eslintrc.json.typings": "jsonc" }, - // Hide output files from the file explorer, comment this out to see the build output "files.exclude": { - "**/.nyc_output": true, - "**/lib": true, - "**/dist": true, - "**/out": true, - "**/out-*": true, + "**/.nyc_output": true }, "typescript.preferences.importModuleSpecifier": "non-relative", "typescript.preferences.quoteStyle": "single",