UNPKG

@ecash/lib

Version:

Library for eCash transaction building

20 lines (19 loc) 529 B
{ "compilerOptions": { /* Language and Environment */ "target": "es2020", /* ES2020 for bigint, DOM for WebAssemby */ "lib": ["ES2020", "DOM"], /* Modules */ "module": "CommonJS", /* Emit */ "noEmit": true, /* Interop Constraints */ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, /* Type Checking */ "strict": true }, "include": ["src/**/*", "tests/**/*"] }