Skip to content

Commit

Permalink
Merge pull request #501 from github/aeisenberg/add-task
Browse files Browse the repository at this point in the history
Add a tasks.json
  • Loading branch information
Andrew Eisenberg authored and GitHub committed May 13, 2021
2 parents 6a0bd27 + da06f4f commit 97887fe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"option": "watch",
"problemMatcher": [
"$tsc-watch"
],
"group": "build",
"label": "tsc: watch - tsconfig.json"
}
]
}

0 comments on commit 97887fe

Please sign in to comment.