@sports-alliance/sports-lib
Version:
A Library to for importing / exporting and processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc
34 lines • 999 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": "build",
"problemMatcher": [],
"label": "npm: build",
"detail": "npm run clean && tsc --project tsconfig.lib.json"
},
{
"type": "npm",
"script": "watch",
"group": "build",
"isBackground": true,
"problemMatcher": {
"owner": "typescript",
"pattern": "$tsc",
"background": {
"activeOnStart": true,
"beginsPattern": {
"regexp": "^.*Starting compilation in watch mode.*$"
},
"endsPattern": {
"regexp": "^.*Found [0-9]+ errors.*$"
}
}
},
"label": "npm: watch",
"detail": "npm run build -- --watch"
}
]
}