{
  "version": "2.0.0",
  "tasks": [
    {
      "type": "npm",
      "script": "build",
      "group": "build",
      "problemMatcher": [],
      "label": "npm: build",
      "detail": "npm run clean && rollup --config rollup.config.ts --configPlugin typescript"
    },
    {
      "type": "npm",
      "script": "watch",
      "group": "build",
      "problemMatcher": [],
      "label": "npm: watch",
      "detail": "npm run clean && rollup --config rollup/rollup.config.dev.ts --configPlugin typescript",
      "isBackground": true
    }
  ]
}
