tasks.json 190 字节
Newer Older
1
{
N
Nguyen Long Nhat 已提交
2
	"version": "2.0.0",
3
	"command": "npm",
N
Nguyen Long Nhat 已提交
4 5 6 7
	"type": "shell",
	"presentation": {
		"reveal": "silent"
	},
8
	"args": ["run", "compile"],
N
Nguyen Long Nhat 已提交
9
	"isBackground": true,
10
	"problemMatcher": "$tsc-watch"
N
Nguyen Long Nhat 已提交
11
}