-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnx.json
28 lines (28 loc) · 835 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
28
{
"implicitDependencies": {
"package.json": { "dependencies": "*", "devDependencies": "*" },
".eslintrc.json": "*"
},
"affected": { "defaultBase": "master" },
"npmScope": "angular-mastery",
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": { "cacheableOperations": ["build", "lint", "test", "e2e"] }
}
},
"projects": {
"anti-patterns": { "tags": [] },
"anti-patterns-e2e": {
"tags": [],
"implicitDependencies": ["anti-patterns"]
},
"ui": { "tags": [] },
"spaghetti-code-users": { "tags": [] },
"spaghetti-code-posts": { "tags": [] },
"spaghetti-code-comments": { "tags": [] },
"statefull-service": { "tags": [] },
"registry-pattern": { "tags": [] },
"architectures-ssc": { "tags": [] }
}
}