{
  "configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "Debug fabric-esm-transfrom.js",
      "program": "${workspaceFolder}/util/fabric-esm-transform.js"
    },
    {
      "type": "node",
      "request": "launch",
      "name": "Debug publish.js",
      "program": "${workspaceFolder}/util/publish.js",
      "args": ["0.2.0"]
    }
  ]
}
