bazeltsc
bazeltsc copied to clipboard
No deps attribute
Unlike ts_library, tsc has no 'deps' attribute, so a typescript project can't be broken up into separate modules that depend on each other. Is it possible to combine multiple uses of the rule for supporting separate modules and parallel compilation, or is the intention to have all files compiled at once by the worker?