Files
trezor-suite/packages/blockchain-link/tsconfig.lib.json

39 lines
755 B
JSON

{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"outDir": "./lib",
"lib": ["webworker"],
"types": ["jest", "node", "web"]
},
"include": ["./src"],
"references": [
{
"path": "../blockchain-link-types"
},
{
"path": "../blockchain-link-utils"
},
{
"path": "../env-utils"
},
{
"path": "../utils"
},
{
"path": "../utxo-lib"
},
{
"path": "../websocket-client"
},
{
"path": "../e2e-utils"
},
{
"path": "../eslint"
},
{
"path": "../type-utils"
}
]
}