30 строки
658 B
JSON
30 строки
658 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "watch",
|
|
"problemMatcher": "$gulp-tsc",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"isBackground": true
|
|
},
|
|
{
|
|
"type": "gulp",
|
|
"task": "i18n-import",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"type": "gulp",
|
|
"task": "add-i18n",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"type": "gulp",
|
|
"task": "transifex-pull",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |