Update package.json exports to support moduleResolution: bundler #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm having a strange sense of deja-vu. Does the conclusion in that PR also fit here?
I've encountered issues in
nodenextmode where importing can cause it to go look for .d.cts instead of .d.ts. Explicitly specifying the types filename is preferable to avoid file extension confusion in mixed node/bundler environments, e.g. when you wish to runts-nodescripts.Pull request closed