File tree 1 file changed +25
-17
lines changed
packages/@angular/cli/lib/config 1 file changed +25
-17
lines changed Original file line number Diff line number Diff line change 1211
1211
"additionalProperties" : false ,
1212
1212
"definitions" : {
1213
1213
"assetPattern" : {
1214
- "type" : " object" ,
1215
- "properties" : {
1216
- "glob" : {
1217
- "type" : " string" ,
1218
- "description" : " The pattern to match."
1219
- },
1220
- "input" : {
1221
- "type" : " string" ,
1222
- "description" : " The input path dir in which to apply 'glob'. Defaults to the project root."
1214
+ "oneOf" : [
1215
+ {
1216
+ "type" : " object" ,
1217
+ "properties" : {
1218
+ "glob" : {
1219
+ "type" : " string" ,
1220
+ "description" : " The pattern to match."
1221
+ },
1222
+ "input" : {
1223
+ "type" : " string" ,
1224
+ "description" : " The input path dir in which to apply 'glob'. Defaults to the project root."
1225
+ },
1226
+ "output" : {
1227
+ "type" : " string" ,
1228
+ "description" : " Absolute path within the output."
1229
+ }
1230
+ },
1231
+ "additionalProperties" : false ,
1232
+ "required" : [
1233
+ " glob" ,
1234
+ " input" ,
1235
+ " output"
1236
+ ]
1223
1237
},
1224
- "output" : {
1238
+ {
1225
1239
"type" : " string" ,
1226
- "description" : " Absolute path within the output ."
1240
+ "description" : " The file to include ."
1227
1241
}
1228
- },
1229
- "additionalProperties" : false ,
1230
- "required" : [
1231
- " glob" ,
1232
- " input" ,
1233
- " output"
1234
1242
]
1235
1243
},
1236
1244
"extraEntryPoint" : {
You can’t perform that action at this time.
0 commit comments