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
Trying to use ignoreSideEffectsForRoot throws a typescript error:
Object literal may only specify known properties, and 'ignoreSideEffectsForRoot' does not exist in type 'RollupNodeResolveOptions'.
Additional Information
You don't actually need to reproduce the issue; it's enough to look inside the types file - RollupNodeResolveOptions interface doesn't have ignoreSideEffectsForRoot property