importsHelpers? True
theKashey opened this issue · 1 comments
theKashey commented
See https://github.com/Microsoft/tslib
One have to change tsconfig, buried inside toolbox, to force usage if tslib, and remove all those inlined helpers, we are having right now. (about 6% of the package size)
{
"compilerOptions": {
....
"importHelpers": true,
}
zzarcon commented
🚀 in 0.2.2