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

Fix main field to be compatible with nodenext module resolution #30

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

Conversation

otakustay
Copy link

See microsoft/TypeScript#46770 (comment) for detail, in nodenext module resolution it requires a full filename including extension

See microsoft/TypeScript#46770 (comment) for detail, in `nodenext` module resolution it requires a full filename including extension
@otakustay otakustay mentioned this pull request Dec 26, 2021
11 tasks
@@ -1,7 +1,7 @@
{
"name": "typanion",
"version": "3.7.1",
"main": "sources/index",
"main": "sources/index.js",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is supposed to point to the .ts file, you need to update publishConfig.main instead.

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

2 participants