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:
Kristiyan Kostadinov 2022-07-24 11:21:23 +02:00 committed by Andrew Kushnir
parent f386cdb499
commit ac6e7fa97e

View file

@ -136,6 +136,7 @@ export async function runOneBuild(
'i18nInMissingTranslations',
'preserveWhitespaces',
'createExternalSymbolFactoryReexports',
'extendedDiagnostics',
]);
const userOverrides = Object.entries(userOptions)