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

Missing "types" attribute on package.json #41

Open JoaoTMDias opened 1 month ago

JoaoTMDias commented 1 month ago

Describe the bug Because "types" (or "typings" as an alias) is missing on the package.json, this is preventing the project from being correctly installed on other Feedzai's products as a dependency.

To Reproduce Steps to reproduce the behavior:

  1. Add @feedzai/autovizua11y as a project dependency
  2. See error: "Could not find a declaration file for module '@feedzai/autovizua11y'. "

Expected behavior Node package installation should work without any issue