UNPKG

@ibgib/helper-gib

Version:

common helper/utils/etc used in ibgib libs. Node v19+ needed for heavily-used isomorphic webcrypto hashing consumed in both node and browsers.

11 lines (10 loc) 296 B
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./dist", /* Redirect output structure to the directory. */ "module": "ESNext", /* https://www.typescriptlang.org/docs/handbook/esm-node.html */ }, "exclude": [ // override inherited exclude of respec files ] }