Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update comparison methods to support BigInt
As per jestjs/jest#8382 TypeScript 3.2+ supports BigInt with esnext target. TypeScript 3.8+ supports it with es2020 target. dtslint is very particular on how the `typesVersions` should be handled, hence the code duplication.
- Loading branch information