otris/jsdoc-tsd

TypeError: Do not know how to serialize a BigInt

Opened this issue · 0 comments

The following jsdoc type trigger this error:

 /**
  * @param {number} digits
  * @returns {[bigint, bigint]} 
  */
TypeError: Do not know how to serialize a BigInt

Any way to handle this?

In the meantime is there a way to specify files to exclude when using the command?

pnpm exec jsdoc -t node_modules/@otris/jsdoc-tsd -r ./algorithms -d types.d.ts

Many Thanks!