2016-08-25 15:55:00 +00:00
|
|
|
{
|
2017-08-22 05:57:12 +00:00
|
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
|
|
// for the documentation about the tasks.json format
|
|
|
|
"version": "2.0.0",
|
2016-08-25 15:55:00 +00:00
|
|
|
"tasks": [
|
|
|
|
{
|
2017-08-22 05:57:12 +00:00
|
|
|
"type": "npm",
|
|
|
|
"script": "build",
|
|
|
|
"problemMatcher": [
|
|
|
|
"$tsc"
|
|
|
|
]
|
2016-08-25 15:55:00 +00:00
|
|
|
},
|
|
|
|
{
|
2017-08-22 05:57:12 +00:00
|
|
|
"type": "npm",
|
|
|
|
"script": "watch",
|
|
|
|
"problemMatcher": [
|
|
|
|
"$tsc-watch"
|
|
|
|
]
|
2016-08-25 15:55:00 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|