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
If a Typescript file (or, more likely, a .d.ts file) has several ambient module declarations with default exports, sometimes they're mistakenly reported as "multiple default exports".
The text was updated successfully, but these errors were encountered:
andreubotella
changed the title
[import/exports] "Multiple default exports" in Typescript ambient module declarations
[import/export] "Multiple default exports" in Typescript ambient module declarations
May 20, 2020
If a Typescript file (or, more likely, a
.d.ts
file) has several ambient module declarations with default exports, sometimes they're mistakenly reported as "multiple default exports".Here's a case where that doesn't happen, though:
The text was updated successfully, but these errors were encountered: