diff --git a/packages/angular/cli/lib/config/schema.json b/packages/angular/cli/lib/config/schema.json index 96193285f3..4ef54cae58 100644 --- a/packages/angular/cli/lib/config/schema.json +++ b/packages/angular/cli/lib/config/schema.json @@ -1362,6 +1362,10 @@ "description": "Specifies the source language of the application.", "x-deprecated": "Use 'i18n' project level sub-option 'sourceLocale' instead." }, + "ivy": { + "type": "boolean", + "description": "Use Ivy compiler to extract translations." + }, "progress": { "type": "boolean", "description": "Log progress to the console.",