build(core): add missing tsconfig-build.json dependency (#31943)
For some reason (on OS/X) this transitive dependency is not being passed through to the final TS builds that rely on this rule, so the build fails with a missing file error: ``` The specified path does not exist: '/.../sandbox/darwin-sandbox/451/execroot/angular/packages/tsconfig-build.json'. ``` PR Close #31943
This commit is contained in:
parent
cda205deb4
commit
7a75f7805c
|
@ -7,6 +7,7 @@ ts_config(
|
|||
name = "tsconfig",
|
||||
src = "tsconfig.json",
|
||||
deps = [
|
||||
"//packages:tsconfig-build.json",
|
||||
"//packages:tsconfig-test",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue