Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(package): add types entry to exports
Allows Typescript project to use `nodenext` module resolution strategy. ```json "compilerOptions": { "moduleResolution": "nodenext" } ```
- Loading branch information