armanozak/snq

View on GitHub
nx.json

Summary

Maintainability
Test Coverage
{
  "extends": "@nrwl/workspace/presets/core.json",
  "npmScope": "snq",
  "affected": {
    "defaultBase": "main"
  },
  "cli": {
    "defaultCollection": "@nrwl/workspace"
  },
  "tasksRunnerOptions": {
    "default": {
      "runner": "nx/tasks-runners/default",
      "options": {
        "cacheableOperations": [
          "build",
          "lint",
          "test",
          "e2e"
        ]
      }
    }
  }
}