build: disable tsc_wrapped workers (#29197)
Angular devs are hitting a bug with typings forcing them to run "bazel shutdown" PR Close #29197
This commit is contained in:

committed by
Matias Niemelä

parent
e76cf8c775
commit
410ccacf38
@ -227,7 +227,7 @@ function updateTsconfigJson(): Rule {
|
||||
if (!host.exists(tsconfigPath)) {
|
||||
return host;
|
||||
}
|
||||
const contentRaw = host.read(tsconfigPath).toString();
|
||||
const contentRaw = host.read(tsconfigPath) !.toString();
|
||||
if (!contentRaw) {
|
||||
return host;
|
||||
}
|
||||
|
Reference in New Issue
Block a user