Performance: Experience faster execution times with the new caching for file system operations, especially when using ts-node in Docker environments. This enhancement significantly improves performance on both Linux and macOS systems.
Improvements
Configuration: Gain more control over your development environment with the new 'disableExit' option. This allows you to keep the REPL session active while making quick code changes without exiting.
Configuration: Enjoy a cleaner configuration as the incremental and tsBuildInfoFile compiler options are now automatically removed in the fixConfig function. This ensures smoother builds without unnecessary options that could cause issues.