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