UNPKG

multichain-address-validator

Version:

Multichain address validator for Bitcoin and other blockchains.

24 lines (23 loc) 513 B
{ "compilerOptions": { "target": "ES2020", "lib": [ "ESNext", "dom", ], "module": "NodeNext", "rootDir": "./src", "resolveJsonModule": true, "declaration": true, "outDir": "./dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": false, "skipLibCheck": true, "allowJs": true, }, "exclude": [ "./dist", "./test", "./config", ] }