botserver/.vscode/tasks.json
Rodrigo Rodriguez ce73db22f6 Initial import.
2018-04-21 02:59:30 -03:00

16 lines
No EOL
317 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}