We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cd38367
This updates the package.json to include sideEffects: false which improves tree-shaking in bundlers like WebPack and Rollup. Thanks @stof (#11)
sideEffects: false
It also updates the TypeScript types for decorator functions.