You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to use
"declaration": true
and"isolatedDeclarations":true
with rollup?Currently I'm getting an issue with
@rollup/plugin-typescript
when trying to use such configuration with an ESM dual package libraryEverything works if I disable
"declaration": true
and"isolatedDeclarations":true
but I would like to futureproof the library in questionBeta Was this translation helpful? Give feedback.
All reactions