Skip to content

Update TypeScript configuration to match Vite's recommendations #287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
coderabbitai bot opened this issue May 21, 2025 · 0 comments
Closed

Update TypeScript configuration to match Vite's recommendations #287

coderabbitai bot opened this issue May 21, 2025 · 0 comments
Assignees

Comments

@coderabbitai
Copy link

coderabbitai bot commented May 21, 2025

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

  • Update the target and lib in our TypeScript configurations to use ES2023
  • Ensure backward compatibility with existing code
  • Update documentation if needed

Reference

cc: @junhaoliao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant