This commit is contained in:
DaanV2
2022-09-08 20:03:23 +02:00
parent 4dfc99752f
commit c576a4f8af

1
.vscode/tasks.json vendored
View File

@@ -23,6 +23,7 @@
"script": "compile",
"isBackground": false,
"group": "build",
"label": "npm compile 'schemas'",
"presentation": { "reveal": "always", "panel": "dedicated" },
"problemMatcher": ["$tsc"]
},