diff --git a/.vscode/settings.json b/.vscode/settings.json index d3f3476dc5b..a6c103ed96a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,8 +5,8 @@ "typescript.tsdk": "node_modules/typescript/lib", "gitHistory.showEditorTitleMenuBarIcons": false, "files.exclude": { - // "**/lib": true, - // "**/esm": true, + "**/lib": true, + "**/esm": true, "**/sdk": true, "**/tsconfig.tsbuildinfo": true, "**/schema.json": true,