ng-turkey/ngx-context

View on GitHub
.vscode/tasks.json

Summary

Maintainability
Test Coverage
{
  // See https://go.microsoft.com/fwlink/?LinkId=733558
  // for the documentation about the tasks.json format
  "version": "2.0.0",
  "tasks": [
    {
      "label": "yarn: start",
      "type": "shell",
      "command": "yarn start",
      "problemMatcher": []
    },
    {
      "label": "yarn: lint",
      "type": "shell",
      "command": "yarn lint",
      "problemMatcher": []
    },
    {
      "label": "yarn: test",
      "type": "shell",
      "command": "yarn test",
      "problemMatcher": []
    },
    {
      "label": "yarn: e2e",
      "type": "shell",
      "command": "yarn e2e",
      "problemMatcher": []
    },
    {
      "label": "yarn: build",
      "type": "shell",
      "command": "yarn build",
      "problemMatcher": []
    }
  ]
}