UNPKG

tanglepay-sdk

Version:

DApp SDK to interact with TanglePay wallets

15 lines (14 loc) 219 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "src", "outDir": "dist/types" }, "include": [ "src/**/*.ts" ], "exclude": [ "node_modules", "dist" ] }