start work

This commit is contained in:
meganrogge
2024-09-17 12:46:46 -07:00
parent d9199ab0a6
commit dffafc6042
16 changed files with 1050 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"version": "2.0.0",
"command": "npm",
"type": "shell",
"presentation": {
"reveal": "silent",
},
"args": ["run", "compile"],
"isBackground": true,
"problemMatcher": "$tsc-watch"
}