2017-09-22 02:20:07 +03:00
|
|
|
{
|
2017-09-27 00:12:17 +03:00
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"taskName": "npm",
|
|
|
|
"type": "shell",
|
|
|
|
"command": "npm",
|
|
|
|
"group": {
|
|
|
|
"kind": "build",
|
|
|
|
"isDefault": true
|
|
|
|
},
|
|
|
|
"args": [
|
|
|
|
"run",
|
|
|
|
"compile",
|
|
|
|
"--loglevel",
|
|
|
|
"silent"
|
|
|
|
],
|
|
|
|
"isBackground": true,
|
|
|
|
"presentation": {
|
|
|
|
"reveal": "silent"
|
|
|
|
},
|
|
|
|
"problemMatcher": "$tsc-watch"
|
2017-10-02 19:07:24 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "lint",
|
|
|
|
"problemMatcher": {
|
|
|
|
"base": "$tslint5",
|
2017-10-02 19:08:03 +03:00
|
|
|
"fileLocation": "absolute"
|
2017-10-02 19:07:24 +03:00
|
|
|
}
|
2017-09-27 00:12:17 +03:00
|
|
|
}
|
|
|
|
]
|
2017-09-22 02:20:07 +03:00
|
|
|
}
|