Configuration: You can now run Jest tests even if there are TypeScript errors in your codebase, making it easier to work with legacy projects.
Improvements
File Handling: The tool now properly supports case-sensitive file names on operating systems like Linux and MacOS, improving compatibility and reducing errors.
Fixes
Fix the issue where diagnostics warnings are shown even when diagnostics are disabled, providing a cleaner output for users who prefer not to see these warnings.
Others
Add renovate.json to the .npmignore file to prevent it from being included in npm releases, streamlining the package contents.