Closed aaditmshah closed 2 years ago
I decided to simply copy the .d.ts
files to the dist
folder after building.
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Currently, we're using JavaScript for efficiency. However, when building the library the
types.d.ts
file is not generated correctly. It doesn't include the types in the ambient declaration files. Thus, we should convert the implementation to TypeScript to fix this issue at the cost of efficiency.