-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnx.json
25 lines (25 loc) · 783 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
{
"npmScope": "rxjs-debug-operator",
"affected": { "defaultBase": "origin/main" },
"implicitDependencies": {
"workspace.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": "N2MzNzU4ZTctZjc1ZC00NDc2LTgyYTktZWUxMjQwMGQyNGUwfHJlYWQtd3JpdGU=",
"canTrackAnalytics": false,
"showUsageWarnings": true
}
}
},
"projects": { "operators-debug": { "tags": [] } },
"workspaceLayout": { "appsDir": "packages", "libsDir": "packages" }
}