Files
patatapack2-distribution/.vscode/tasks.json
Daniel Scalzi 68e09fbac7 Initial commit
2019-07-28 13:55:51 -04:00

15 lines
360 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "compile",
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
]
}
]
}