DisqusJS
DisqusJS copied to clipboard
docs: use exports to import react component
TypeScript 4.7 already released. Shall we followup and set package.json's type to module?
TypeScript 4.7 already released. Shall we followup and set package.json's
typetomodule?
You have to use moduleResolution: nodenext in order to use Node.js exports map in TypeScript, which is still unstable. So no, not yet.