UNPKG

409 BJSONView Raw
1{
2 // See https://go.microsoft.com/fwlink/?LinkId=733558
3 // for the documentation about the tasks.json format
4 "version": "2.0.0",
5 "tasks": [
6 {
7 "taskName": "编译",
8 "type": "shell",
9 "command": "npm run compile"
10 },
11 {
12 "taskName": "测试",
13 "type": "shell",
14 "command": "npm run test"
15 }
16 ]
17}
\No newline at end of file