first commit
This commit is contained in:
19
.vscode/tasks.json
vendored
Normal file
19
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "compile",
|
||||
"group": { "kind": "build", "isDefault": true },
|
||||
"problemMatcher": ["$tsc"],
|
||||
"label": "npm: compile"
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "watch",
|
||||
"isBackground": true,
|
||||
"problemMatcher": ["$tsc-watch"],
|
||||
"label": "npm: watch"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user