{
// tasks.json 形式の詳細についての資料は、
  // https://go.microsoft.com/fwlink/?LinkId=733558 をご覧ください
  "version": "2.0.0",
  "tasks": [
    {
      "type": "npm",
      "script": "build-none-module",
      "problemMatcher": []
    },
    {
      "type": "npm",
      "script": "build",
      "problemMatcher": []
    }
  ]
}