-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnx.json
More file actions
63 lines (63 loc) · 1.23 KB
/
Copy pathnx.json
File metadata and controls
63 lines (63 loc) · 1.23 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": ["{workspaceRoot}/package.json", "{workspaceRoot}/biome.json"]
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"projects": {
"nx-aws-cdk": {
"tags": []
},
"nx-aws-cdk-e2e": {
"tags": [],
"implicitDependencies": ["nx-aws-cdk"]
},
"nx-sst": {
"tags": []
}
},
"workspaceLayout": {
"appsDir": "e2e",
"libsDir": "packages"
},
"targetDefaults": {
"build": {
"cache": true
},
"lint": {
"cache": true
},
"e2e": {
"cache": true
},
"@nx/jest:jest": {
"cache": true,
"inputs": ["default", "^default", "{workspaceRoot}/jest.preset.js"],
"options": {
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
},
"@nx/js:tsc": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["default", "^default"]
}
},
"useInferencePlugins": false,
"defaultBase": "main",
"nxCloudId": "693f23592602cf8ef46bb949",
"analytics": true
}