typescript-angular-utilities
Version:
Typescript utility classes published as angular services
47 lines • 1.03 kB
JSON
{
"version": "0.1.0",
"command": "npm",
"isShellCommand": true,
"args": [
"--no-color"
],
"tasks": [
{
"taskName": "build",
"args": ["run"],
"isBuildCommand": true,
"isWatching": false,
"problemMatcher": [
"$lessCompile",
"$tsc",
"$jshint"
]
},
{
"taskName": "test",
"args": [],
"isTestCommand": true
},
{
"taskName": "update",
"args": ["run"]
},
{
"taskName": "clean",
"args": ["run"]
},
{
"taskName": "publish.prep",
"args": ["run"]
},
{
"taskName": "build.library",
"args": ["run"]
},
{
"taskName": "test.debug",
"args": ["run"]
}
],
"problemMatcher": "$tsc"
}