Closed isaac-mason closed 11 months ago
fix(package.json): order of 'types' and 'default' in 'exports'
Partially addresses #52
The "types" condition should always come first in "exports".
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#packagejson-exports-imports-and-self-referencing
Thanks for investigating!
Change
fix(package.json): order of 'types' and 'default' in 'exports'
Motivation
Partially addresses #52
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#packagejson-exports-imports-and-self-referencing