tasks.json.old 250 B

12345678910
  1. {
  2. // See https://go.microsoft.com/fwlink/?LinkId=733558
  3. // for the documentation about the tasks.json format
  4. "version": "0.1.0",
  5. "command": "tsc",
  6. "isShellCommand": true,
  7. "args": ["-p", "."],
  8. "showOutput": "always",
  9. "problemMatcher": "$tsc"
  10. }