Currently, if typescript-require encounters errors during compilation but a previous compiled version of the TypeScript file is present, it will use the old one and chug on.
This is undesired behavior for me, as it's easy to miss the compilation errors and think that your changes did not fix an issue.
If this is desired default behavior, could you expose a configuration option that turns this into a fatal error?
Thanks!