This PR fixes these publint errors by editing the "types" and "exports" fields in package.json. The typesVersions field has also been removed as it has long been replaced and was not up to date. I've added publint to prepublishOnly to catch future errors.
Publint reports the following problems: https://publint.dev/stwui@0.20.0-next
This PR fixes these publint errors by editing the
"types"
and"exports"
fields inpackage.json
. ThetypesVersions
field has also been removed as it has long been replaced and was not up to date. I've added publint toprepublishOnly
to catch future errors.