Updates to package.jsonexports to include types and package.json
Additionally updated to TS v4.9 as during investigation we found that module support was not fully available in TS until v4.7
List of changes
Added "types": "./lib/esm/index.d.ts" to "exports" configs
Description
Updates to
package.json
exports
to include types and package.json Additionally updated to TS v4.9 as during investigation we found that module support was not fully available in TS until v4.7List of changes
"types": "./lib/esm/index.d.ts"
to"exports"
configsAssociated Github Issues
1046