Declare types in package.json exports #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "romeovs/legacy-modes:main"
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?
Currently the
package.jsondoes not declare the"types"field for exports. TypeScript 7 is stricter when looking for types and requires this field to be set.This PR adds the field.
Thank you. Merged as
593c3731cdPull request closed