tasks.json 252 B

12345678910111213
  1. {
  2. // 有关 tasks.json 格式的文档,请参见
  3. // https://go.microsoft.com/fwlink/?LinkId=733558
  4. "version": "2.0.0",
  5. "tasks": [
  6. {
  7. "type": "npm",
  8. "script": "build",
  9. "group": "build",
  10. "problemMatcher": []
  11. }
  12. ]
  13. }