update cmd line

This commit is contained in:
asep komarudin 2023-03-03 07:09:50 +07:00
parent 67a507d530
commit 8c55f6b749
214 changed files with 48553 additions and 48489 deletions

View file

@ -0,0 +1,15 @@
{
"version": "2.0.0",
"type": "shell",
"command": "npm",
// run the custom script "compile" as defined in package.json
"args": [
"run",
"compile",
"--loglevel",
"silent"
],
"isBackground": true,
// The tsc compiler is started in watching mode
"problemMatcher": "$tsc-watch"
}