aboutsummaryrefslogtreecommitdiff
path: root/nx.json
blob: 7f52755f8aa148bfec2bd9b744132a7c34c9bac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "npmScope": "me",
  "affected": {
    "defaultBase": "master"
  },
  "implicitDependencies": {
    "angular.json": "*",
    "package.json": "*",
    "tsconfig.json": "*",
    "tslint.json": "*",
    ".eslintrc.json": "*",
    "nx.json": "*"
  },
  "projects": {
    "me": {
      "tags": []
    },
    "me-e2e": {
      "tags": []
    }
  }
}