fix(ivy): remove custom tsconfig from render3 (#22913)

PR Close #22913
This commit is contained in:
Miško Hevery
2018-03-21 10:38:58 -07:00
committed by Matias Niemelä
parent b524e4b142
commit c84817970e
2 changed files with 1 additions and 3 deletions

View File

@ -14,8 +14,6 @@ ts_library(
"load_domino.ts",
],
),
# TODO(alexeagle): should not be different tsconfig
tsconfig = "//packages:tsconfig.json",
deps = [
"//packages:types",
"//packages/animations",