UNPKG

typescript-angular-utilities

Version:
47 lines 1.03 kB
{ "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" }