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

21 lines
586 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "libDev",
"lib": ["webworker"],
"types": ["jest", "node", "web"]
},
"include": [".", "**/*.json"],
"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" }
]
}