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
This issue tracks the effort to update our TypeScript configuration to align with Vite's recommendations for TypeScript 5.5+.
Background
During the migration from Webpack to Vite (PR #175), we noticed our TypeScript configuration uses ES2022 while Vite templates use ES2023 for TypeScript 5.5+ compatibility.
Task
Update the target and lib in our TypeScript configurations to use ES2023
Overview
This issue tracks the effort to update our TypeScript configuration to align with Vite's recommendations for TypeScript 5.5+.
Background
During the migration from Webpack to Vite (PR #175), we noticed our TypeScript configuration uses ES2022 while Vite templates use ES2023 for TypeScript 5.5+ compatibility.
Task
Reference
cc: @junhaoliao
The text was updated successfully, but these errors were encountered: