fix: typescript errors #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/typescript-errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are some typescript errors caused by untyped variables. Added types for local variables to resolve these errors.
Which version of TypeScript produces the errors?
I'm using Typescript v5.2.2
The package built and exported does not have a typescript error. However, when I cloned the project to do some digging, I found out that it emits typescript error
I get no such errors when I build this code with 5.2.2.
Pull request closed