Add `useBigInt` option to TypeScript definitions
The current copy of https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/sql.js/index.d.ts does not have any reference to useBigInt, so I am unable to pass that option in to exec() statements. Whoever is the maintainer of those TypeScript defs, could you please add this new option?
@lovasoa : I wonder if we should pull those defs into this repo instead? I guess one way would be to rewrite the JS in Typescript so they are guaranteed to be correct. I know some forks have taken that approach. Would you be up for reviewing a PR if I were to do that and make the Typescript compilation part of the build process?
Would you be up for reviewing a PR if I were to do that and make the Typescript compilation part of the build process?
Yes ! I am a little bit busy right now, but I do agree we should switch to typescript.
That would be a great idea, if you need any help with doing some of that I can help in the next few weeks.