-
Notifications
You must be signed in to change notification settings - Fork 0
/
nx.json
30 lines (30 loc) · 869 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
29
30
{
"npmScope": "jl",
"affected": { "defaultBase": "master" },
"implicitDependencies": {
"angular.json": "*",
"package.json": { "dependencies": "*", "devDependencies": "*" },
"tsconfig.base.json": "*",
"tslint.json": "*",
".eslintrc.json": "*",
"nx.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"accessToken": "N2Y4MGZlNjQtNWZlNy00YWQ4LWJiNmEtNDk0ZmNmNzQ4NjE1fHJlYWQtd3JpdGU=",
"canTrackAnalytics": false,
"showUsageWarnings": true
}
}
},
"projects": {
"ngrx-sample": { "tags": [] },
"ngrx-sample-e2e": { "tags": [], "implicitDependencies": ["ngrx-sample"] },
"core-data": { "tags": [] },
"core-state": { "tags": [] },
"material": { "tags": [] }
}
}