feedzai / AutoVizuA11y

React library that automates the process of creating accessible data visualizations for screen reader users
https://feedzai.github.io/AutoVizuA11y/
GNU Affero General Public License v3.0
27 stars 0 forks source link

fix(issue-41): adds missing types to final build #42

Closed JoaoTMDias closed 1 month ago

JoaoTMDias commented 1 month ago

Summary

Because

TypeScript types were not being correctly included in the production build, despite being declared in package.json. This created a disconnect between our development environment and the published package.

This Commit

Additional Benefits:

Addresses #41