зеркало из
1
0
Форкнуть 0
static-web-apps-cli/.vscode/tasks.json

17 строки
258 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": ["$tsc"],
"label": "build",
"detail": "tsc"
}
]
}