diff --git a/.vscode/settings.json b/.vscode/settings.json index 55712c1..dea1251 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,9 @@ { - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "search.exclude": { + "**/node_modules": true, + "**/bower_components": true, + "**/dist": true, + "**/public": true + } } \ No newline at end of file