我无法让任务tsc:watch
在启动时自动运行。我从他们的documentation here中尝试了此片段,但没有成功。有什么想法吗?
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": ["$tsc"],
"group": {
"kind": "build",
"isDefault": true
}
}
]