Hey there. So I noticed that the ts_config rule doesn't provide its own transitive deps on the DefaultInfo provider.
I'm basically trying to use a ts_config target in the data attribute of a js_binary, but only the src of the ts_config is appearing in the runfiles directory without its deps.
Thoughts on adding its transitive deps to DefaultInfo?
Hey there. So I noticed that the
ts_configrule doesn't provide its own transitive deps on the DefaultInfo provider.I'm basically trying to use a
ts_configtarget in thedataattribute of a js_binary, but only thesrcof thets_configis appearing in the runfiles directory without itsdeps.Thoughts on adding its transitive deps to DefaultInfo?