vscode-npm-scripts/.vscode/tasks.json

18 строки
406 B
JSON
Исходник Обычный вид История

2015-11-16 19:12:05 +03:00
{
2017-10-13 18:24:12 +03:00
"version": "2.0.0",
"tasks": [
{
"type": "npm",
2019-01-24 12:12:00 +03:00
"script": "webpack",
2017-10-13 18:24:12 +03:00
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"group": {
"kind": "build",
"isDefault": true
}
}
]
2015-11-16 19:12:05 +03:00
}