Closed theKashey closed 5 years ago
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
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)