{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "npm",
			"script": "build",
			"problemMatcher": [
				"$tsc"
			],
			"group": {
				"kind": "build",
				"isDefault": true
			},
			"label": "npm: build",
			"detail": "rimraf lib/* && npx tsc -p src/tsconfig-npm.json && npm run lint"
		},
		{
			"type": "npm",
			"script": "test",
			"problemMatcher": [],
			"label": "npm: test",
			"detail": "karma start --test-target npm",
			"group": {
				"kind": "test",
				"isDefault": true
			}
		}
	]
}