mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
549a00d18b
commit
ff71af7f02
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ export async function runOneBuild(
|
|||
'generateExtraImportsInLocalMode',
|
||||
'_enableLetSyntax',
|
||||
'_enableHmr',
|
||||
'strictStandalone',
|
||||
]);
|
||||
|
||||
const userOverrides = Object.entries(userOptions)
|
||||
|
|
|
|||
Loading…
Reference in a new issue