forked from valueadd-poland/valueadd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nx.json
36 lines (36 loc) · 1015 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
33
34
35
36
{
"npmScope": "valueadd",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
"projects": {
"common": {
"tags": ["scope:common", "type:feature", "platform:desktop"]
},
"testing": {
"tags": ["scope:testing", "type:feature", "platform: desktop"]
},
"validation-messages": {
"tags": ["scope:validation-messages", "type:feature", "platform: desktop"]
},
"utils": {
"tags": ["scope:shared", "type:util"]
},
"typed-urls": {
"tags": ["scope:typed-urls", "type:feature", "platform:desktop"]
},
"linking-tool": {
"tags": ["scope:linking-tool", "type:feature", "platform:desktop"]
},
"translations-finder": {
"tags": ["scope:translations-finder", "type:feature", "platform:desktop"]
},
"devkit-builders-ng-packagr-schematics": {
"tags": ["scope:ng-packagr-schematics, type:feature, platform:desktop"]
}
}
}