This is the error message when compiling TypeScript file that imports the module.
error TS2315: Type 'Visitor' is not generic.
9 export type Visitor = import('unist-util-visit').Visitor<Node>;
For more details, please see this rehype-prism-plus#23.
- Run
npm i
to install the dependencies - Run
npm run build
and see the error message