Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A `host` root directory is necessary for TypeScript to resolve imports for a tool executed at build time with `cfg = "host"`. Arguably a similar change is also necessary for `cfg = "exec"`, however files would be in `bazel-out/k8-opt-exec-*/bin`, which can't be easily hard-coded in a tsconfig, so that's a problem to be tackled separately.
- Loading branch information