forked from Angular-RU/angular-ru-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnx.json
32 lines (32 loc) · 840 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
31
32
{
"extends": "@nrwl/workspace/presets/npm.json",
"npmScope": "angular-ru",
"affected": { "defaultBase": "origin/master" },
"implicitDependencies": {
"project.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.js": "*",
"nx.json": "*",
"jest.*.js": "*",
"karma.*.js": "*",
"workspace.json": "*",
"tsconfig.*.json": "*",
"tsconfig.json": "*"
},
"workspaceLayout": {
"libsDir": "libs",
"appsDir": "apps"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"parallel": 1,
"cacheableOperations": ["build-angular", "build", "test"]
}
}
}
}