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
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
Hey @RodolfoSilva, I was reviewing your PR, but there is a problem, the file "react-iconly.d.ts" should be in the "dist" folder so that later it can be distributed in the npm package, so you must add the command to compile typescript next to the command to do the build something like this "build": "microbundle && tsc" and "tsconfig.json" file, could you guide yourself with this post
I think we can add Typescript types or move the project to use Typescript.
If you're interested in it, I can do it today @jrgarciadev. I'm using this lib on a project I'm working on.
The text was updated successfully, but these errors were encountered: