You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transition all apps and packages in the packages folder from JavaScript to TypeScript to enhance code quality and maintainability. This epic will focus on ensuring a smooth migration with minimal disruption.
Goals
Setup Typescript package with a proper typecheck on turbo task(Evaluate tsup runner)
Convert all JavaScript files in the packages folder to TypeScript
Ensure compatibility and functionality of each package post-transition
Update build, test, and CI/CD pipelines to support TypeScript
Benefits
Improved type safety and code clarity
Better developer experience with enhanced tooling
Early error detection through static type checking
Tasks
Audit packages folder for TypeScript compatibility
Epic: Transition Apps and Packages to TypeScript
Description
Transition all apps and packages in the
packages
folder from JavaScript to TypeScript to enhance code quality and maintainability. This epic will focus on ensuring a smooth migration with minimal disruption.Goals
packages
folder to TypeScriptBenefits
Tasks
packages
folder for TypeScript compatibilityAcceptance Criteria
packages
folder are successfully converted to TypeScriptThe text was updated successfully, but these errors were encountered: