### Desired Behavior [The `ignore` option](https://typestrong.org/ts-node/docs/scope) prevents transpilation of certain files, but those files will still be executed. I want a way to prevent file execution, too. ### Is this request related to a problem? Yes. I believe I've fully documented it in [another issue's comment](https://github.com/TypeStrong/ts-node/issues/175#issuecomment-2614208280). I've also created [a StackOverflow post](https://stackoverflow.com/questions/79389480/how-can-i-stop-ts-node-from-running-a-specific-file) asking if this is already possible. <!-- Describe the problem, for example: "I'm always frustrated when ... " --> ### Alternatives you've considered ### Additional context