Files
HomeMonitor/Calendar/.vscode/tasks.json
2024-02-16 14:01:18 -05:00

14 lines
216 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"path": "Service",
"group": "build",
"problemMatcher": [],
"label": "npm: build - Service",
"detail": "tsc -p ./"
}
]
}