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
The correct way to type `module.exports =`, is using the TypeScript
syntax `export =`. For CJS `export default` in TypeScript represents
`module.exports.default`.
0 commit comments