You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bazel configure supports adding dependencies on generated files
bazel configure supports adding dependencies based on tsconfig's rootDirs
bazel configure does not support adding dependencies on generated files in rootDirs.
Describe the feature
It would be great for bazel configure to add dependencies on generated files located in rootDirs directories. My understanding is that this is one of the primary use cases for rootDirs (as mentioned in the docs). I put together a standalone repro here