UNPKG
waterrower
Version:
latest (0.8.4)
0.8.4
0.8.3
0.8.2
0.8.0
0.6.0
0.4.0
0.1.0
Talk to your WaterRower!
github.com/codefoster/waterrower
codefoster/waterrower
waterrower
/
.vscode
/
tasks.json
11 lines
•
320 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version"
:
"0.1.0"
,
"command"
:
"tsc"
,
"isShellCommand"
:
true
,
"args"
: [
"-w"
,
"-p"
,
"."
],
"showOutput"
:
"silent"
,
"isWatching"
:
true
,
"problemMatcher"
:
"
$tsc
-watch"
}