1
0

tasks.json 129 B

12345678910
  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "label": "prelaunch",
  6. "type": "shell",
  7. "command": "tsc"
  8. }
  9. ]
  10. }