Open
Description
https://nodejs.org/api/modules.html#modules_require_extensions says require.extensions
is deprecated.
Per TypeStrong/ts-node#641 and TypeStrong/ts-node#989 there are no alternatives. They reference further the documentation of @babel/node, @babel/register, and coffeescript.
• Either re-introduce require.extensions or describe more precisely the alternatiles that should be used.
Activity