Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignores nested
dist/
directories in tsconfig.json
files.
The root `tsconfig.json` file was picking up files under `examples/external/dist/`, so this updates the `exclude` option to drop all nested `dist/` directories. I also updated `examples/external/tsconfig.json` to align. I took the opportunity to remove the `bazel-out/*` exclude. This directory still existed on my filesystem, but was just a symlink, and after deleting it, it did not reappear after `bazel test //...`. I suspect this is a relic from before `--symlink_prefix=dist/` was used or when I was playing around with other options. I don't think it's needed anymore.
- Loading branch information