-
Notifications
You must be signed in to change notification settings - Fork 5
/
angular.json
221 lines (221 loc) · 7.05 KB
/
angular.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
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"totvs-gps-services": {
"root": "projects/totvs-gps-services",
"sourceRoot": "projects/totvs-gps-services/src",
"projectType": "library",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/totvs-gps-services/tsconfig.lib.json",
"project": "projects/totvs-gps-services/ng-package.json"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/totvs-gps-services/src/test.ts",
"tsConfig": "projects/totvs-gps-services/tsconfig.spec.json",
"karmaConfig": "projects/totvs-gps-services/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/totvs-gps-services/tsconfig.lib.json",
"projects/totvs-gps-services/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
"totvs-gps-controls": {
"root": "projects/totvs-gps-controls",
"sourceRoot": "projects/totvs-gps-controls/src",
"projectType": "library",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/totvs-gps-controls/tsconfig.lib.json",
"project": "projects/totvs-gps-controls/ng-package.json"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/totvs-gps-controls/src/test.ts",
"tsConfig": "projects/totvs-gps-controls/tsconfig.spec.json",
"karmaConfig": "projects/totvs-gps-controls/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/totvs-gps-controls/tsconfig.lib.json",
"projects/totvs-gps-controls/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
"totvs-gps-utils": {
"root": "projects/totvs-gps-utils",
"sourceRoot": "projects/totvs-gps-utils/src",
"projectType": "library",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/totvs-gps-utils/tsconfig.lib.json",
"project": "projects/totvs-gps-utils/ng-package.json"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/totvs-gps-utils/src/test.ts",
"tsConfig": "projects/totvs-gps-utils/tsconfig.spec.json",
"karmaConfig": "projects/totvs-gps-utils/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/totvs-gps-utils/tsconfig.lib.json",
"projects/totvs-gps-utils/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
"totvs-gps-zoom": {
"root": "projects/totvs-gps-zoom",
"sourceRoot": "projects/totvs-gps-zoom/src",
"projectType": "library",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/totvs-gps-zoom/tsconfig.lib.json",
"project": "projects/totvs-gps-zoom/ng-package.json"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/totvs-gps-zoom/src/test.ts",
"tsConfig": "projects/totvs-gps-zoom/tsconfig.spec.json",
"karmaConfig": "projects/totvs-gps-zoom/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/totvs-gps-zoom/tsconfig.lib.json",
"projects/totvs-gps-zoom/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
"totvs-gps-crud": {
"root": "projects/totvs-gps-crud",
"sourceRoot": "projects/totvs-gps-crud/src",
"projectType": "library",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/totvs-gps-crud/tsconfig.lib.json",
"project": "projects/totvs-gps-crud/ng-package.json"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/totvs-gps-crud/src/test.ts",
"tsConfig": "projects/totvs-gps-crud/tsconfig.spec.json",
"karmaConfig": "projects/totvs-gps-crud/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/totvs-gps-crud/tsconfig.lib.json",
"projects/totvs-gps-crud/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
"totvs-gps-custom": {
"root": "projects/totvs-gps-custom",
"sourceRoot": "projects/totvs-gps-custom/src",
"projectType": "library",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/totvs-gps-custom/tsconfig.lib.json",
"project": "projects/totvs-gps-custom/ng-package.json"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/totvs-gps-custom/src/test.ts",
"tsConfig": "projects/totvs-gps-custom/tsconfig.spec.json",
"karmaConfig": "projects/totvs-gps-custom/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/totvs-gps-custom/tsconfig.lib.json",
"projects/totvs-gps-custom/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "totvs-gps-services",
"cli": {
"analytics": false
}
}