{
  "files.exclude": {
    ".vscode-test": true,
    "node_modules": true
  },
  "search.exclude": {
    "build": true,
    "coverage": true
  },
  // Turn off tsc task auto detection since we have the necessary tasks as npm scripts
  "typescript.tsc.autoDetect": "off",

  "editor.tabSize": 2,
  "editor.insertSpaces": true,
  "editor.detectIndentation": false
}