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
Primarily for electron, this will allow us to better separate main and renderer entry points. We'll need to ensure types cooperate.
https://nodejs.org/docs/latest-v18.x/api/packages.html#package-entry-points 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:
Requires a bit of investigation as to whether this is ready for showtime. Notice the format of the field differs in the two above links...
Sorry, something went wrong.
AnDuong249
Successfully merging a pull request may close this issue.
Primarily for electron, this will allow us to better separate main and renderer entry points. We'll need to ensure types cooperate.
https://nodejs.org/docs/latest-v18.x/api/packages.html#package-entry-points
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: