mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-14 03:28:29 -05:00
Calendar updates
This commit is contained in:
14
Calendar/.vscode/tasks.json
vendored
Normal file
14
Calendar/.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "build",
|
||||
"path": "Service",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"label": "npm: build - Service",
|
||||
"detail": "tsc -p ./"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user