Open wildseansy opened 1 year ago
Thank you @wildseansy for this, this is still an issue but this has resolved this error for me. However, I immediately get another error
[error] exports["."]: the `types` condition shouldn't be used as dts files are generated in such a way that both CJS and ESM is supported
I'm not very familiar with how to set up a typescript package, so I'm not sure how to resolve this? Could you give me a hand?
When running the README.md quick run steps, the package.json doesn't seem to be properly configured.
npm run link-watch
producesTo fix this
"type": "module"
added