it-console/code/ts/后端辅助工具/.vscode/tasks.json

14 lines
206 B
JSON
Raw Permalink Normal View History

2023-02-09 10:36:43 +00:00
{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": "build",
"label": "tsc: build - tsconfig.json"
}
]
}