Files
svn/tech/client/交接文档/谭健交接文档/Script/JenkinsScript/.vscode/tasks.json
2025-08-04 10:46:00 +08:00

14 lines
207 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": "build",
"label": "tsc: 构建 - tsconfig.json"
}
]
}