// Place your settings in this file to overwrite default and user settings.
{
	"files.exclude": {
		"**/.git": true,
		"**/.DS_Store": true,
		"**/*.vsix": true,
		"**/*.js": {"when": "$(basename).ts"}
	}
,
"typescript.tsdk": "./node_modules/typescript/lib"
}