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
fix(types): Remove usage of allowSyntheticDefaultImports (#11073)
The TypeScript docs say
> `allowSyntheticDefaultImports` without `esModuleInterop` should be
avoided. It changes the compiler’s checking behavior without changing
the code emitted by tsc, allowing potentially unsafe JavaScript to be
emitted. Additionally, the checking changes it introduces are an
incomplete version of the ones introduced by `esModuleInterop`.
0 commit comments