build(language-service): include sources for Ivy LS (#39748)

We need to expose the declaration files for Ivy sources so that they can
be consumed by the Angular language server (`@angular/language-server`).

PR Close #39748
This commit is contained in:
Keen Yee Liau 2020-11-18 11:38:07 -08:00 committed by Andrew Kushnir
parent c33a8235d9
commit 9aaa86967d
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ pkg_npm(
],
deps = [
":language-service",
"//packages/language-service/ivy",
# min bundle is not used at the moment; omit from package to speed up build
"//packages/language-service/bundles:language-service.js",
"//packages/language-service/bundles:ivy.js",