Development: Enhance the development experience by resolving tests to TypeScript during development, allowing for a smoother workflow without the need to build the project each time.
Code Quality: Improve code quality by updating variable declarations from 'var' to 'let', promoting better practices in JavaScript.
Fixes
Fix exposure of CustomizeRule for TypeScript users, ensuring better compatibility and usability for those working with TypeScript.