-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Remove force writing **/*.mts to tsconfig #83967
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
Remove force writing **/*.mts to tsconfig #83967
Conversation
Failing test suitesCommit: cfe5c22 | About building and testing Next.js
Expand output● Rewritten API Requests should pass OPTIONS requests to the api function › should pass OPTIONS requests to the api function
● Test suite failed to run
Expand output● parallel-routes-and-interception › route intercepting with prerendered dynamic routes › should render intercepted route
● parallel-routes-and-interception › route intercepting › should support intercepting local dynamic sibling routes
|
It was added at #83556. We don't force writing
**/*.tsx
or**/*.ts
to tsconfig, but forcing**/*.mts
is too harsh, when its intention was to supportnext.config.mts
. Just for the empty tsconfig or empty include was enough.