Files
server/.vscode/tasks.json
TheArcaneBrony 45432dd9c8 Clean up imports
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
2023-01-14 18:39:04 +01:00

15 lines
234 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"option": "watch",
"problemMatcher": [
"$tsc-watch"
],
"group": "build",
"label": "tsc: watch - tsconfig.json"
}
]
}