fix(bazel): use //:tsconfig.json as the default for ng_module (#29670)

This matches the behavior of ts_library

PR Close #29670
This commit is contained in:
Alex Eagle
2019-04-02 11:42:58 -07:00
committed by Jason Aden
parent 630aaa6bfb
commit b14537a004
5 changed files with 30 additions and 13 deletions

View File

@ -21,6 +21,7 @@ ng_module(
deps = [
"//packages/core",
"@npm//@types",
"@npm//tslib",
],
)