Calendar updates

This commit is contained in:
2024-02-16 14:01:18 -05:00
parent 122d417026
commit be77845c84
6 changed files with 79 additions and 36 deletions

14
Calendar/.vscode/tasks.json vendored Normal file
View 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 ./"
}
]
}