Closed
Description
Hello, first of all thank you for this package. I'm having a problem with it. When I run yarn tsc --noEmit
node_modules/htmlparser2/lib/index.d.ts:2:23 - error TS1005: ',' expected.
2 export { Parser, type ParserOptions };
~~~~~~~~~~~~~
node_modules/htmlparser2/lib/index.d.ts:4:27 - error TS1005: ',' expected.
4 export { DomHandler, type DomHandlerOptions };
~~~~~~~~~~~~~~~~~
node_modules/htmlparser2/lib/index.d.ts:32:37 - error TS1005: ',' expected.
32 export { default as Tokenizer, type Callbacks as TokenizerCallbacks, } from "./Tokenizer.js";
~~~~~~~~~
it gives these errors. How can he solve this? Thanks.