2017-09-22 02:20:07 +03:00
|
|
|
{
|
2017-09-27 00:12:17 +03:00
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
2018-10-24 00:03:01 +03:00
|
|
|
"type": "npm",
|
|
|
|
"script": "compile",
|
2017-09-27 00:12:17 +03:00
|
|
|
"group": {
|
|
|
|
"kind": "build",
|
|
|
|
"isDefault": true
|
|
|
|
},
|
|
|
|
"isBackground": true,
|
|
|
|
"presentation": {
|
2019-10-02 20:43:34 +03:00
|
|
|
"reveal": "never"
|
2017-09-27 00:12:17 +03:00
|
|
|
},
|
|
|
|
"problemMatcher": "$tsc-watch"
|
2017-10-02 19:07:24 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "lint",
|
2021-02-12 22:31:51 +03:00
|
|
|
"problemMatcher": "$eslint-stylish"
|
2017-09-27 00:12:17 +03:00
|
|
|
}
|
|
|
|
]
|
2018-10-24 00:03:01 +03:00
|
|
|
}
|