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
This module can only be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default export.ts(2497)
The text was updated successfully, but these errors were encountered:
Ah, I think I see the issue. Your types are coming from @types/ms, but with the 3.0 release, types are included with the ms package directly. You can remove @types/ms.
This module can only be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default export.ts(2497)
The text was updated successfully, but these errors were encountered: