diff --git a/.vscode/settings.json b/.vscode/settings.json index 811f2c3..5d297c2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,5 +11,9 @@ "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.tsc.autoDetect": "off", + + "[json]": { + "editor.tabSize": 2 + } }