walterholohan / react-native-crisp-chat-sdk

React-Native bridge for Crisp Chat iOS and Android SDK's
MIT License
70 stars 26 forks source link

fix: incorrect path for typescript definition file #79

Closed mlecoq closed 2 years ago

mlecoq commented 2 years ago

https://github.com/walterholohan/react-native-crisp-chat-sdk/pull/76 leads to a regression in build of index.d.ts files

Instead of being under typescript directory, since 0.11.0 it is under plugin/src directory (and so typescript does not find it)