|
324 | 324 | } |
325 | 325 | } |
326 | 326 | }, |
| 327 | + "additionalProperties": false, |
327 | 328 | "required": ["builder"] |
328 | 329 | }, |
329 | 330 | { |
330 | 331 | "type": "object", |
| 332 | + "additionalProperties": false, |
331 | 333 | "properties": { |
332 | 334 | "builder": { |
333 | 335 | "const": "@angular-devkit/build-angular:app-shell" |
|
349 | 351 | }, |
350 | 352 | { |
351 | 353 | "type": "object", |
| 354 | + "additionalProperties": false, |
352 | 355 | "properties": { |
353 | 356 | "builder": { |
354 | 357 | "const": "@angular-devkit/build-angular:browser" |
|
370 | 373 | }, |
371 | 374 | { |
372 | 375 | "type": "object", |
| 376 | + "additionalProperties": false, |
373 | 377 | "properties": { |
374 | 378 | "builder": { |
375 | 379 | "const": "@angular-devkit/build-angular:dev-server" |
|
391 | 395 | }, |
392 | 396 | { |
393 | 397 | "type": "object", |
| 398 | + "additionalProperties": false, |
394 | 399 | "properties": { |
395 | 400 | "builder": { |
396 | 401 | "const": "@angular-devkit/build-angular:extract-i18n" |
|
412 | 417 | }, |
413 | 418 | { |
414 | 419 | "type": "object", |
| 420 | + "additionalProperties": false, |
415 | 421 | "properties": { |
416 | 422 | "builder": { |
417 | 423 | "const": "@angular-devkit/build-angular:karma" |
|
433 | 439 | }, |
434 | 440 | { |
435 | 441 | "type": "object", |
| 442 | + "additionalProperties": false, |
436 | 443 | "properties": { |
437 | 444 | "builder": { |
438 | 445 | "const": "@angular-devkit/build-angular:protractor" |
|
454 | 461 | }, |
455 | 462 | { |
456 | 463 | "type": "object", |
| 464 | + "additionalProperties": false, |
457 | 465 | "properties": { |
458 | 466 | "builder": { |
459 | 467 | "const": "@angular-devkit/build-angular:server" |
|
475 | 483 | }, |
476 | 484 | { |
477 | 485 | "type": "object", |
| 486 | + "additionalProperties": false, |
478 | 487 | "properties": { |
479 | 488 | "builder": { |
480 | 489 | "const": "@angular-devkit/build-angular:tslint" |
|
496 | 505 | }, |
497 | 506 | { |
498 | 507 | "type": "object", |
| 508 | + "additionalProperties": false, |
499 | 509 | "properties": { |
500 | 510 | "builder": { |
501 | 511 | "const": "@angular-devkit/build-angular:ng-packagr" |
502 | 512 | }, |
| 513 | + "defaultConfiguration": { |
| 514 | + "type": "string", |
| 515 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 516 | + }, |
503 | 517 | "options": { |
504 | 518 | "$ref": "../../../../angular_devkit/build_angular/src/ng-packagr/schema.json" |
505 | 519 | }, |
|
0 commit comments