|
548 | 548 | "type": "null", |
549 | 549 | "definitions": { |
550 | 550 | "appShell": { |
551 | | - "description": "App Shell target options for Build Facade.", |
| 551 | + "description": "App Shell target options for Architect.", |
552 | 552 | "type": "object", |
553 | 553 | "properties": { |
554 | 554 | "browserTarget": { |
|
580 | 580 | "additionalProperties": false |
581 | 581 | }, |
582 | 582 | "browser": { |
583 | | - "title": "Webpack browser schema for Build Facade.", |
| 583 | + "title": "Webpack browser schema for Architect.", |
584 | 584 | "description": "Browser target options", |
585 | 585 | "properties": { |
586 | 586 | "assets": { |
|
1050 | 1050 | } |
1051 | 1051 | }, |
1052 | 1052 | "devServer": { |
1053 | | - "description": "Dev Server target options for Build Facade.", |
| 1053 | + "description": "Dev Server target options for Architect.", |
1054 | 1054 | "type": "object", |
1055 | 1055 | "properties": { |
1056 | 1056 | "browserTarget": { |
|
1223 | 1223 | "additionalProperties": false |
1224 | 1224 | }, |
1225 | 1225 | "extracti18n": { |
1226 | | - "description": "Extract i18n target options for Build Facade.", |
| 1226 | + "description": "Extract i18n target options for Architect.", |
1227 | 1227 | "type": "object", |
1228 | 1228 | "properties": { |
1229 | 1229 | "browserTarget": { |
|
1264 | 1264 | "additionalProperties": false |
1265 | 1265 | }, |
1266 | 1266 | "karma": { |
1267 | | - "description": "Karma target options for Build Facade.", |
| 1267 | + "description": "Karma target options for Architect.", |
1268 | 1268 | "type": "object", |
1269 | 1269 | "properties": { |
1270 | 1270 | "main": { |
|
1439 | 1439 | "items": { |
1440 | 1440 | "type": "string" |
1441 | 1441 | } |
| 1442 | + }, |
| 1443 | + "webWorkerTsConfig": { |
| 1444 | + "type": "string", |
| 1445 | + "description": "TypeScript configuration for Web Worker modules." |
1442 | 1446 | } |
1443 | 1447 | }, |
1444 | 1448 | "additionalProperties": false, |
|
1514 | 1518 | } |
1515 | 1519 | }, |
1516 | 1520 | "protractor": { |
1517 | | - "description": "Protractor target options for Build Facade.", |
| 1521 | + "description": "Protractor target options for Architect.", |
1518 | 1522 | "type": "object", |
1519 | 1523 | "properties": { |
1520 | 1524 | "protractorConfig": { |
|
1822 | 1826 | } |
1823 | 1827 | }, |
1824 | 1828 | "tslint": { |
1825 | | - "description": "TSlint target options for Build Facade.", |
| 1829 | + "description": "TSlint target options for Architect.", |
1826 | 1830 | "type": "object", |
1827 | 1831 | "properties": { |
1828 | 1832 | "tslintConfig": { |
|
0 commit comments