Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: types incorrectly set-up in pkg.exports
Fixes `pkg.exports` missing types for bare module specifiers (i.e. imports from `yet-another-color-picker`). Adds missing entry for type definition file (can now be imported `yet-another-color-picker/types/index.d.ts` without TypeScript complaining).
- Loading branch information