{
    "version": "2.0.0",
    "tasks": [
        {
            "type": "npm",
            "script": "dev",
			"problemMatcher": "$tsc-watch",
            "presentation": {
                "reveal": "never"
            },
            "group": "build",
            "label": "rollup: watch (dev)",
            "runOptions": {
				"runOn": "folderOpen",
			}
        },
		{
            "type": "npm",
            "script": "build",
			"problemMatcher": "$tsc-watch",
            "presentation": {
                "reveal": "never"
            },
            "group": "build",
			"label": "rollup: build",
        }
    ]
}