-
Notifications
You must be signed in to change notification settings - Fork 8
/
nx.json
27 lines (27 loc) · 953 Bytes
/
nx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tslint.json": "*",
".eslintrc.json": "*",
"nx.json": "*",
"tsconfig.base.json": "*"
},
"affected": { "defaultBase": "master" },
"npmScope": "nx-photos",
"projects": {
"photo-api-model": { "tags": ["type:api-model", "scope:photo"] },
"photo-data-access": { "tags": ["type:data-access", "scope:photo"] },
"photo-feature-list": { "tags": ["type:feature", "scope:photo"] },
"photo-model": { "tags": ["type:model", "scope:photo"] },
"photo-ui": { "tags": ["type:ui", "scope:photo"] },
"photo-api": { "tags": ["type:be", "scope:photo"] },
"photo-fe": { "tags": ["type:app", "scope:photo"] },
"photo-fe-e2e": {
"tags": ["scope:photo"],
"implicitDependencies": ["photo-fe"]
},
"user-feature-profile": { "tags": ["type:feature", "scope:user"] },
"user-ui": { "tags": ["type:ui", "scope:user"] }
}
}