some more progress

This commit is contained in:
janis
2024-01-22 17:09:34 +01:00
parent b0eb35bae4
commit 2f99906932
3 changed files with 39 additions and 6 deletions

14
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": "build",
"label": "tsc: build - tsconfig.json"
}
]
}