fix(bazel): allow TS to read ambient typings (#21876)

Same fix as e70d7a2a7c
This is because the CompilerOptions needs to have directoryExists undefined in order to get the google3 behavior,
so we have to set the property outside the constructor.

Fixes #21872

PR Close #21876
This commit is contained in:
Alex Eagle
2018-01-29 15:01:38 -08:00
committed by Miško Hevery
parent 9b280eef63
commit d57fd0b84f
4 changed files with 24 additions and 5 deletions

View File

@ -14,7 +14,7 @@ node_repositories(package_json = ["//:package.json"])
git_repository(
name = "build_bazel_rules_typescript",
remote = "https://github.com/bazelbuild/rules_typescript.git",
commit = "eb3244363e1cb265c84e723b347926f28c29aa35"
commit = "d3ad16d1f105e2490859da9ad528ba4c45991d09"
)
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")