DisqusJS icon indicating copy to clipboard operation
DisqusJS copied to clipboard

docs: use exports to import react component

Open giuem opened this issue 3 years ago • 2 comments

giuem avatar May 18 '22 15:05 giuem

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

giuem avatar May 25 '22 06:05 giuem

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.

SukkaW avatar May 25 '22 09:05 SukkaW