Is there a way to pass options to node when invoking ts-node? I am trying to use an experimental feature in node and it would be swell if it would work with ts-node.
This is currently what I am doing:
ts-node ./src/utils/repl.ts -- --experimental-repl-await