UNPKG

@fordefi-public/crypto-address-validator-ts

Version:

Crypto address validator for Bitcoin and other Altcoins, forked to be used with typescript

16 lines 365 B
{ "compilerOptions": { "declaration": true, "target": "esnext", "outDir": "dist", "module": "esnext", "moduleResolution": "node", "sourceMap": true, "allowSyntheticDefaultImports": true, "lib": ["esnext", "dom"], "allowJs": true, "rootDir": "src" }, "include": ["src"], "exclude": ["node_modules", "dist", "tests"] }