Skip to content
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

chore(ui): prepared vite configuration for .mts support #3715

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luannmoreira
Copy link
Member

Description

This Pull Request prepares the Vite configuration for future support without the .ts extension. It ensures that the project can smoothly transition to a setup where TypeScript files no longer require the .ts extension. This change lays the groundwork for potential future changes or updates to the project's TypeScript configuration or build pipeline.

Changes:

  • Updated Vite configuration to support .mts extension.
    
  • Removed reliance on .ts extension for the vite configuration file.
    
  • Ensured compatibility with potential future changes to TypeScript file handling.
    

@luannmoreira luannmoreira added area/ui javascript Pull requests that update Javascript code status/ready-for-testing labels Apr 12, 2024
@luannmoreira luannmoreira self-assigned this Apr 12, 2024
@luannmoreira luannmoreira requested a review from a team as a code owner April 12, 2024 13:28
This commit is aimed to prepare the vite configuration for future
support without .ts extension support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui javascript Pull requests that update Javascript code status/ready-for-testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant