Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: move "types" export condition (#129)
Running publint on this package generates errors regarding the order of `"exports"` fields: https://publint.dev/eslint-plugin-oxlint@0.5.0 This PR moves the `"types"` field to the first position in each export path, fixing these errors.
- Loading branch information