Add types to subpath exports in package.json #2793

Closed
phaseOne wants to merge 1 commits from patch-2 into master

1 Commits

Author SHA1 Message Date
Evan Bovie 2d990762f3
Add `types` to subpath exports in `package.json`
Fixes an issue where TypeScript complains `Could not find a declaration file for module 'xlsx'. 'node_modules/xlsx/xlsx.mjs' implicitly has an 'any' type.` when `strict` or `noImplicitAny` is `true`.
2022-09-15 18:51:29 -07:00