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:
Pete Bacon Darwin 2019-08-01 09:51:57 +01:00 committed by Andrew Kushnir
parent cda205deb4
commit 7a75f7805c
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ts_config(
name = "tsconfig",
src = "tsconfig.json",
deps = [
"//packages:tsconfig-build.json",
"//packages:tsconfig-test",
],
)