{
"version": "2.0.0",
"tasks": [
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": ["$tsc"],
"label": "build",
"detail": "tsc"
}
]