Replies: 2 comments
-
I'm having this same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's an issue with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am working on a UI Library which uses Shaka Player as its dependency. This requirement is optionally installed by user on a specific version. And in my library I do some checks that if user has asked to use this library then use it.
So! For the types I have
types/shaka.d.ts
whichCreates the namespace for my project and exposes the typings! For
import shaka from 'shaka-player';
The types ae exposed from
\node_modules\.pnpm\[email protected]\node_modules\shaka-player\dist\shaka-player.compiled.d.ts
While using
tsup src --dts
I am getting errorNew to
tsup
not sure where the issue is! Kindly helpBeta Was this translation helpful? Give feedback.
All reactions