fdedcf53bb
Basic checks / Compilation, Unit and Integration Tests (push) Has been cancelled
Basic checks / Hygiene and Layering (push) Has been cancelled
Basic checks / Warm up node modules cache (push) Has been cancelled
Check Format and Lint / lint-and-format (push) Has been cancelled
19 lines
295 B
JSON
19 lines
295 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "npm run watch",
|
|
"command": "npm i",
|
|
"args": ["watch"],
|
|
"type": "shell",
|
|
"presentation": {
|
|
"reveal": "silent",
|
|
"focus": false,
|
|
"panel": "shared"
|
|
},
|
|
"isBackground": true,
|
|
"problemMatcher": "$tsc-watch"
|
|
}
|
|
],
|
|
}
|