SukkaW / DisqusJS

:speech_balloon: Render Disqus comments in Mainland China using Disqus API
https://disqusjs.skk.moe
MIT License
641 stars 55 forks source link

docs: use exports to import react component #74

Open giuem opened 2 years ago

giuem commented 2 years ago

TypeScript 4.7 already released. Shall we followup and set package.json's type to module?

SukkaW commented 2 years ago

TypeScript 4.7 already released. Shall we followup and set package.json's type to module?

You have to use moduleResolution: nodenext in order to use Node.js exports map in TypeScript, which is still unstable. So no, not yet.