@signumjs/wallets
Version:
Wallets communication package for DApps in the Signum Network
26 lines (25 loc) • 429 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./out",
"types": ["node", "vitest/globals"],
"lib": [
"ESNext",
"dom"
]
},
"typeRoots": [
"typings",
"node_modules/@types"
],
"include": [
"./src",
"README.md"
],
"autogenerate-readme": {
"srcFiles": [
"./src/**/*.ts"
],
"template": "./README.md.hbs"
}
}