Skip to content

Commit

Permalink
Fixed task configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 14, 2019
1 parent 036971a commit 6fc7f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tasks": [
{
"type": "npm",
"script": "watch",
"script": "compile:watch",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
Expand Down

0 comments on commit 6fc7f75

Please sign in to comment.