{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
    "files.watcherExclude": {
      "**/.git/objects/**": true,
      "**/.git/subtree-cache/**": true,
      "**/node_modules/**": true
    },
    "typescript.tsdk": "node_modules/typescript/lib",
    "conventionalCommits.scopes": [
      "currency component",
      "input component",
      "applicant wrapper",
      "switch component",
      "ad hoc",
      "app shell",
      "i18n",
      "dashboards",
      "document editor",
      "validators",
      "imports",
      "custom data tables",
      "text input",
      "file uploads",
      "typeahead select",
      "table component",
      "lang",
      "form field component",
      "forms",
      "core",
      "form builder",
      "client side filtering",
      "buttons",
      "amount requested",
      "in kind amount requested",
      "workflow automation",
      "add attachment button",
      "downloads",
      "distribution list",
      "panel viewer"
    ]
	},
	"extensions": {
    "unwantedRecommendations": [
      "ms-vscode.vscode-typescript-tslint-plugin",
      "eg2.tslint"
    ],
		"recommendations": [
			"mikael.angular-beastcode",
			"angular.ng-template",
			"natewallace.angular2-inline",
			"msjsdiag.debugger-for-chrome",
			"christian-kohler.path-intellisense",
			"dbaeumer.vscode-eslint",
			"ms-vsliveshare.vsliveshare"
    ]
  }
}
