fix(bazel): allow strictStandalone to be passed through tsconfig (#58683)

Allows users to pass the `strictStandalone` compiler option through the tsconfig.

PR Close #58683
This commit is contained in:
Kristiyan Kostadinov 2024-11-15 11:19:16 +01:00 committed by Pawel Kozlowski
parent 549a00d18b
commit ff71af7f02

View file

@ -93,6 +93,7 @@ export async function runOneBuild(
'generateExtraImportsInLocalMode',
'_enableLetSyntax',
'_enableHmr',
'strictStandalone',
]);
const userOverrides = Object.entries(userOptions)