{
"version": "0.1.0",
"command": "npm",
"isShellCommand": true,
"suppressTaskName": true,
"tasks": [
"taskName": "build",
"args": ["run", "build"],
"isBuildCommand": true,
"problemMatcher": "$tsc",
"showOutput": "silent"
}
]