Several core modules and helpers are still implemented in JavaScript. To improve type safety, maintainability, and consistency, migrate all remaining JS files in the codebase to TypeScript. This includes adding appropriate type annotations, updating imports/exports, and addressing any type errors flagged by the compiler.
Several core modules and helpers are still implemented in JavaScript. To improve type safety, maintainability, and consistency, migrate all remaining JS files in the codebase to TypeScript. This includes adding appropriate type annotations, updating imports/exports, and addressing any type errors flagged by the compiler.