Replies: 1 comment 1 reply
-
That's an interesting idea. I could see the value. The types are built dynamically though, the index.d.ts file itself is ephemeral and generated from our typescript source then packaged+published Perhaps the way forward here is to publish a second package at the same time - If that works for people then I'm not sure what the best structure here would be, but perhaps just a tiny sub-directory with a package.json defined for it with the correct package name, a simple files block for just the index.d.ts file, and some simple script that set the version to whatever the version of the main Would anything like that work? |
Beta Was this translation helpful? Give feedback.
-
Using notifee package implies sending notifications from server which should strictly conform to types defined by the library.
Therefore I suggest extracting types required for sending notifications into a separate package for server usage
Beta Was this translation helpful? Give feedback.
All reactions