本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Makes compile the default build task
main
Eric Amodio
7 年之前
父節點
4360c86197
當前提交
a014b8fd49
共有
1 個檔案被更改
,包括
7 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-3
.vscode/tasks.json
+ 7
- 3
.vscode/tasks.json
查看文件
@ -20,11 +20,14 @@
"label"
:
"compile"
,
"type"
:
"npm"
,
"script"
:
"compile"
,
"group"
:
"build"
,
"problemMatcher"
:
[
"$tsc"
,
"$tslint5"
]
]
,
"group"
:
{
"kind"
:
"build"
,
"isDefault"
:
true
}
}
,
{
"label"
:
"lint"
,
@ -32,7 +35,8 @@
"script"
:
"lint"
,
"problemMatcher"
:
[
"$tslint5"
]
]
,
"group"
:
"build"
}
,
{
"type"
:
"npm"
,
Write
Preview
Loading…
取消
儲存