Closed Qonstrukt closed 8 months ago
Since a list of exports has been added to the package.json, types could no longer be found, as these need to be exported as well.
exports
package.json
Can you link to the document about the "types"?
Found it https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html
It will be released soon
released as 11.0.5
Since a list of
exports
has been added to thepackage.json
, types could no longer be found, as these need to be exported as well.