Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: support modern node resolution (#172)
If tsconfig's moduleResolution is set to Node16 or NodeNext it stops using the "types" property in package.json and, instead, relies on "types" inside "exports". This now supports both.
- Loading branch information