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

[heft-*-rig] Update the "moduleResolution" TSConfig compilerOption to "Node16" to add support for the "exports" pacakge.json field. #4738

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

Conversation

iclanton
Copy link
Member

Summary

This PR bumps the "moduleResolution" TSConfig compilerOption to the more modern "Node16" to add support for the "exports" pacakge.json field.

How it was tested

Built.

@iclanton iclanton disabled auto-merge May 27, 2024 23:11
…"` to add support for the `"exports"` `pacakge.json` field.
@@ -21,7 +21,8 @@
"types": ["heft-jest"],
"typeRoots": ["../../../../../node_modules/@types", "../../node_modules/@types"],

"module": "commonjs",
"module": "Node16",
Copy link
Contributor

Choose a reason for hiding this comment

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

I understand the change to moduleResolution, but why the change to module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

None yet

3 participants