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
Turn on lint rules @typescript-eslint/no-unsafe-unary-minus and @typescript-eslint/switch-exhaustiveness-check.
Enable compiler option noUncheckedIndexedAccess in TypeScript and JavaScript configurations.
🌎 External changes
Drop Babel plugin replace-import-extension in non-Jest environments now that @babel/preset-typescript's rewriteImportExtensions option handles .tsx extensions.