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
Hi there,
Typescript has something called module augmentation which allows users to add types to an existing package. When I try adding types for my remotestorage module onto the remotestorage package, typescript gives an error saying Cannot augment module 'remotestoragejs' because it resolves to a non-module entity.
Environment: Nextjs v12.0.4
Language: TypeScript v4.x
Hi there,
Typescript has something called module augmentation which allows users to add types to an existing package. When I try adding types for my remotestorage module onto the remotestorage package, typescript gives an error saying
Cannot augment module 'remotestoragejs' because it resolves to a non-module entity.
Here's the pertinent code:
The text was updated successfully, but these errors were encountered: