We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See microsoft/TypeScript#49160 . Typescript's new moduleResolution type doesn't look at the top-level types field in your package.json (it now uses the logic specified in https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing)
The text was updated successfully, but these errors were encountered:
What version of Commander are you using?
There was support added in Commander v9.2.0 for (at the time) "NodeNext" type resolution.
Reference: #1703 #1704
Sorry, something went wrong.
yup, nevermind. I'm using 9.1.0. I'll update. Thanks!
An answer was provided, and no further activity in a month. Closing this as resolved.
Feel free to open a new issue if it comes up again, with new information and renewed interest.
No branches or pull requests
See microsoft/TypeScript#49160 . Typescript's new moduleResolution type doesn't look at the top-level types field in your package.json (it now uses the logic specified in https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing)
The text was updated successfully, but these errors were encountered: