Recoilize icon indicating copy to clipboard operation
Recoilize copied to clipboard

Typescript definitions don't seem to get shipped with package.

Open JohannesKlauss opened this issue 4 years ago • 3 comments

Installing this package via yarn add recoilize --dev is missing the typescript definitions.

Bildschirmfoto 2020-08-04 um 10 40 44

I think you are missing the creation of .d.ts files in your tsconfig for the actual npm package.

JohannesKlauss avatar Aug 04 '20 08:08 JohannesKlauss

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.

JohannesKlauss avatar Aug 04 '20 08:08 JohannesKlauss

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 avatar Aug 04 '20 17:08 jonescamilla

@jonescamilla is there any update on this? just wondering if it is posible any update or path to help or test

NeoMorfeo avatar Jan 14 '21 06:01 NeoMorfeo