pooja-docucomb-tink-crypto
Version:
A multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
12 lines (11 loc) • 425 B
JSON
// See https://www.typescriptlang.org/tsconfig for documentation of these
// options.
{
"compilerOptions": {
// ES2020 (or later) is required since the subtle elliptic curve point
// compression functions depend on BigInt, which was added in ES2020.
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt
"target": "ES2020",
"lib": ["ES2020", "DOM"]
}
}