mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(bazel): allow extendedDiagnostics option to be passed in through tsconfig (#46953)
Adds the `extendedDiagnostics` field to the list of allowed options so that it is picked up from the user's tsconfig. PR Close #46953
This commit is contained in:
parent
f386cdb499
commit
ac6e7fa97e
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ export async function runOneBuild(
|
|||
'i18nInMissingTranslations',
|
||||
'preserveWhitespaces',
|
||||
'createExternalSymbolFactoryReexports',
|
||||
'extendedDiagnostics',
|
||||
]);
|
||||
|
||||
const userOverrides = Object.entries(userOptions)
|
||||
|
|
|
|||
Loading…
Reference in a new issue