{
	"version": "2.0.0",
	"command": "npm",
    "args": ["run"],
    "tasks": [
		{
			"label": "build",
			"type": "shell",
			"command": "npm",
			"args": [
				"run",
				"build"
			],
			"problemMatcher": [],
			"group": {
				"_id": "build",
				"isDefault": false
			}
		},
		{
			"label": "clean",
			"type": "shell",
			"command": "npm",
			"args": [
				"run",
				"clean"
			],
			"problemMatcher": []
		}
	]
}
