Closed webdeveric closed 11 months ago
Hi, what's the progress? I see there was a PR raised, but for what reason it's not yet merged?
Hi, thank you for reporting the issue. We are waiting for additional changes before merging the PR.
I have opened a pull request #197 that will solve the problems. Feel free to help with testing it.
When using
moduleResolution: "node16"
intsconfig.json
, the currentpackage.json
exports
are not enough and TypeScript complains with:I manually edited your
package.json
in thenode_modules
folder and this config makes the error go away.