feat(compiler-cli): Check unvalidated combination of ngc and TypeScript (#22293)
closes #20669 PR Close #22293
This commit is contained in:

committed by
Victor Berchet

parent
28b23f954c
commit
3ceee99e22
@ -60,6 +60,7 @@ export interface CompilerOptions extends ts.CompilerOptions {
|
||||
i18nInFile?: string;
|
||||
i18nInMissingTranslations?: 'error'|'warning'|'ignore';
|
||||
preserveWhitespaces?: boolean;
|
||||
disableTypeScriptVersionCheck?: boolean;
|
||||
}
|
||||
|
||||
export interface CompilerHost extends ts.CompilerHost {
|
||||
|
Reference in New Issue
Block a user