iotsuite-cli
Version:
Command Line Interface for deploying pre-configured IoT solutions through Azure
15 lines • 432 B
JSON
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"tasks": [{
"taskName": "tsc",
"command": "tsc",
"isShellCommand": true,
"args": ["-w", "-p", "."],
"showOutput": "always",
"isBackground": true,
"problemMatcher": "$tsc-watch",
"isBuildCommand": true
}]
}