{
	"version": "2.0.0",
	"tasks": [
		{
			"label": "npm run dev",
			"type": "npm",
			"script": "dev",
			"problemMatcher": "$tsc-watch",
			"isBackground": true,
			"group": {
				"kind": "build",
				"isDefault": true
			},
		},
	]
}