Open
Description
Introducing support for tslib
in TS 2.1 is great as we can now easily use up-to-date TS helpers without maintaining our own copy of the source files from github. 😄
But it also introduced a regression: the option to override TS helpers with our own seems to have been lost?
Specifically, I want to provide my own __extends
because the one provided by TS is (deliberately) buggy.
Before I could do that by having a global __extends
that would take precedence. With the new --importHelpers
it seems that I lost this option.
What is the recommended way to go about that?
Metadata
Metadata
Assignees
Labels
No labels