merge-options
merge-options copied to clipboard
fix: add types to exports map
To support the Node16
/NodeNext
module resolution strategy, the exports map needs a "types"
entry for each export.
Docs: https://www.typescriptlang.org/tsconfig#moduleResolution
@schnittstabil do you think this PR can be merged?