zzarcon / ts-react-toolbox

Opinionated toolbox boilerplate to create Typescript React components 🛠:package:
MIT License
23 stars 5 forks source link

importsHelpers? True #7

Closed theKashey closed 5 years ago

theKashey commented 6 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,
}
zzarcon commented 5 years ago

🚀 in 0.2.2