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
Instead of exporting module.exports = exports.default; is it possible to add an option to export module.exports = myDefaultVariableName? Because the VS Code does not understand the first option to infer types but works fine with the second one. Thanks.