forked from Angular-RU/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnx.json
More file actions
27 lines (27 loc) · 770 Bytes
/
nx.json
File metadata and controls
27 lines (27 loc) · 770 Bytes
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
{
"namedInputs": {
"sharedGlobals": [
"{workspaceRoot}/nx.json",
"{workspaceRoot}/package-lock.json",
"{workspaceRoot}/tsconfig.*.json",
"{workspaceRoot}/tsconfig.json",
"{workspaceRoot}/scripts/**/*",
"{workspaceRoot}/*.yml",
"{workspaceRoot}/*.md"
],
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"production": ["default"]
},
"targetDefaults": {
"build": {
"inputs": ["default", "^default"],
"cache": true
}
},
"workspaceLayout": {
"libsDir": "libs",
"appsDir": "apps"
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultBase": "origin/main"
}