Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix package.json exports for
ts-node/register
Commit f6cd5d4 broke `require('ts-node/register')` because `exports:` provides an *exclusive* list of possible entry points, and makes importing through other entry points impossible. In particular, this breaks node-tap with TypeScript support. Refs: https://medium.com/@forbeslindesay/is-promise-post-mortem-cab807f18dcc
- Loading branch information