Hello. Just recently I found that approvals require ts-node when running using npx without local install.
Why is ts loader required at runtime anyway? Ideally, it should not be needed.
If it cannot be removed, would you accept a PR with a script that runs with tsx or ts-node depending on which one is available in the given project?
Hello. Just recently I found that approvals require
ts-nodewhen running usingnpxwithout local install.Why is ts loader required at runtime anyway? Ideally, it should not be needed.
If it cannot be removed, would you accept a PR with a script that runs with
tsxorts-nodedepending on which one is available in the given project?