File: tasks.json.old

package info (click to toggle)
node-smart-buffer 4.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 400 kB
  • sloc: makefile: 5
file content (10 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
{
    // 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": ["-p", "./"],
    "showOutput": "silent",
    "problemMatcher": "$tsc"
}