{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "npm",
			"script": "compile-umd-watch",
			"problemMatcher": [
				"$tsc-watch"
			],
			"group": "build",
			"label": "npm: compile-umd-watch",
			"detail": "npm run compile-umd -- -w",
			"isBackground": true
		}
	]
}