-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Fix types for mjs #218
Fix types for mjs #218
Conversation
🦋 Changeset detectedLatest commit: 6034414 The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Someone is attempting to deploy a commit to a Personal Account owned by @psteinroe on Vercel. @psteinroe first needs to authorize it. |
thanks for fixing it! can you add a changeset with |
@psteinroe done |
Codecov Report
@@ Coverage Diff @@
## main #218 +/- ##
=======================================
Coverage 99.01% 99.01%
=======================================
Files 132 132
Lines 1720 1720
Branches 395 395
=======================================
Hits 1703 1703
Misses 17 17
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
When using
moduleResolution
other then oldnode
(node16, nodenext, bundler) there is a TS error:Here is more context egoist/tsup#760 (comment)