加入后端工具项目。

This commit is contained in:
2023-02-09 18:36:43 +08:00
parent 8e5dc6e617
commit a5fa62c5d0
6 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": "build",
"label": "tsc: build - tsconfig.json"
}
]
}