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
{{ message }}
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
Whereas tsc will compile a file with a dependency across a path alias that is a ts declaration file, bazeltsc will not do this.
Context: I would love to use bazeltsc in concert with rules_multi_tsc - the core idea of the project, however, is to encourage partitioning of typescript codebases such that any given mini-library is always compiling against the public interface (i.e. declaration files) of other mini-libraries.