zzarcon/ts-react-toolbox

importsHelpers? True

theKashey opened this issue · 1 comments

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,
}

🚀 in 0.2.2