Recoilize
Recoilize copied to clipboard
Typescript definitions don't seem to get shipped with package.
Installing this package via yarn add recoilize --dev is missing the typescript definitions.
I think you are missing the creation of .d.ts files in your tsconfig for the actual npm package.
Also looking into the package/index.ts code I am not quite sure why you are using Typescript in the first place since everything is typed as any.
We intentionally left out the typing in the package due an issue with the compiled version. We are planning to look into it soon. If you can get a TS version compiled and working on your end please feel free in letting us know or submitting a PR. Greatly appreciate it!
@jonescamilla is there any update on this? just wondering if it is posible any update or path to help or test