VSCode configuration for frontend

This commit is contained in:
2020-04-15 00:47:37 +02:00
parent 013c52be61
commit e61c7a40cc
2 changed files with 23 additions and 0 deletions

View File

@ -14,6 +14,13 @@
"script": "build",
"group": "build",
"problemMatcher": []
},
{
"type": "npm",
"script": "serve",
"problemMatcher": [
"$tsc"
]
}
]
}