Shenato / react-tournament-brackets

React components for displaying double elimination brackets and single elimination brackets
https://www.npmjs.com/package/react-tournament-brackets
GNU Lesser General Public License v2.1
4 stars 0 forks source link

Typescript support #2

Open brunomiquelotto opened 1 week ago

brunomiquelotto commented 1 week ago

Hi there. I can't make the imports of this lib to work properly with nextjs typescript.

When running next build I always get:

Could not find a declaration file for module '@g-loot/react-tournament-brackets'

vscode also surfaces me that error. Is there any sugestion to what can I do here?