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

add missing .js extensions and update version #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

aeltorio
Copy link

No description provided.

@entronad
Copy link
Owner

Is there a necessity to add these extensions?

@aeltorio
Copy link
Author

@entronad
First thank you for this package.
Yes the extensions are required if you use moduleresolution=nodenext

{
  "compilerOptions": {
    "target": "esnext",
    "module": "NodeNext",
    "moduleResolution": "nodenext",
    "importHelpers": true,
    "isolatedModules": false,
    "noEmit": true,
    "esModuleInterop": true,
    "jsx": "preserve",
    "resolveJsonModule":true,
    "baseUrl": ".",
    "paths": {
      "@/*": [
        "src/*"
      ],
      "§/*": [
        "./*"
      ]
    }
  }
}

you can experiment it with node 22 lts and this project https://github.com/highcanfly-club/cfdtrackjoiner just by replacing my fork @highcanfly/crypto-es with your package

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.

2 participants