Skip to content

Commit 97887fe

Browse files
authored
Merge pull request #501 from github/aeisenberg/add-task
Add a tasks.json
2 parents 6a0bd27 + da06f4f commit 97887fe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.vscode/tasks.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"type": "typescript",
6+
"tsconfig": "tsconfig.json",
7+
"option": "watch",
8+
"problemMatcher": [
9+
"$tsc-watch"
10+
],
11+
"group": "build",
12+
"label": "tsc: watch - tsconfig.json"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)