diff options
Diffstat (limited to '.vscode/tasks.json')
| -rw-r--r-- | .vscode/tasks.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 604e38f..33db18d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,6 +15,14 @@ "kind": "build", "isDefault": true } + }, + { + "type": "npm", + "script": "webpack-dev", + "problemMatcher": [ + "$tsc-watch" + ], + "isBackground": true } ] }
\ No newline at end of file |