botserver/.vscode/tasks.json

16 lines
317 B
JSON
Raw Normal View History

2018-04-21 02:59:30 -03:00
{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}