You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider changing your package.json file to have @types/howler as a peer dependency that's optional. Optional is important because not everyone uses Typescript.
You package.json would then look something like this (depends on your deps conventions for SEMVER et al):
This will let users know that it's a recommended peer dependency when adding to their projects. This will resolve some of the repetitive open issues with regards to missing type definitions.
The text was updated successfully, but these errors were encountered:
Consider changing your package.json file to have
@types/howler
as a peer dependency that's optional. Optional is important because not everyone uses Typescript.You package.json would then look something like this (depends on your deps conventions for SEMVER et al):
This will let users know that it's a recommended peer dependency when adding to their projects. This will resolve some of the repetitive open issues with regards to missing type definitions.
The text was updated successfully, but these errors were encountered: