{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "npm",
			"script": "build:debug",
			"group": "build",
			"problemMatcher": [],
			"label": "Build Debug"
		},
		{
			"type": "npm",
			"script": "build",
			"group": "build",
			"problemMatcher": [],
			"label": "Build Release"
		}
	]
}