diff --git a/.vscode/settings.json b/.vscode/settings.json index a300ab3..d16a58a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,8 +6,6 @@ "search.exclude": { "out": true // set this to false to include "out" folder in search results }, - // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off", "[typescript]" : { "editor.defaultFormatter": "esbenp.prettier-vscode" },