v5.2.1
Rather than creating copies of the typescript declarations for es5, I switched to leveraging the types
field in package.json
to point to the typings that were generated when the typescript files were compiled to es6. Besides reducing the need for duplicate declarations, it's also advised by the TypeScript documentation.