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

feat: recognize mts files #128

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

Conversation

ecmarsh
Copy link

@ecmarsh ecmarsh commented Mar 24, 2024

Resolve .mts files for TypeScript transformation.

Description

Packages using .mts files are unable to utilize the package since .mts files are either ignored or attempt to be transformed as JavaScript. This updates the default isTs check and the default filter.

Linked Issues

N/A

Additional context

N/A

Resolve `.mts` files as TypeScript files.
Copy link

stackblitz bot commented Mar 24, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

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

Successfully merging this pull request may close these issues.

None yet

1 participant