XYOracleNetwork/clients

View on GitHub
.vscode/tasks.json

Summary

Maintainability
Test Coverage
{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "build",
      "type": "shell",
      "command": "yarn xy build",
      "problemMatcher": ["$tsc", "$eslint-stylish"],
      "group": {
        "kind": "build",
        "isDefault": true
      }
    }
  ]
}