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 export for node #334

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

Conversation

talyguryn
Copy link

@talyguryn talyguryn commented Feb 8, 2024

Update typescript version and config

resolve #294

Works for me, but review required

@talyguryn talyguryn changed the title Update typescript version and config Fix export for node Feb 8, 2024
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"outDir": "../source/js/esm/",
"moduleResolution": "node",
"moduleResolution": "node16",
"module": "node16",
Copy link
Collaborator

Choose a reason for hiding this comment

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

@talyguryn I haven't seen this before, where did you get this way?

Copy link
Author

Choose a reason for hiding this comment

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

check related links in my comment #294 (comment)

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.

Node importing broken
2 participants