Files
trezor-suite/packages/connect/tsconfig.json

27 lines
852 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "libDev",
"types": ["jest", "node", "w3c-web-usb"]
},
"references": [
{ "path": "../blockchain-link" },
{ "path": "../blockchain-link-types" },
{ "path": "../blockchain-link-utils" },
{ "path": "../connect-common" },
{ "path": "../connect-data" },
{ "path": "../crypto-utils" },
{ "path": "../device-authenticity" },
{ "path": "../device-utils" },
{ "path": "../protobuf" },
{ "path": "../protocol" },
{ "path": "../schema-utils" },
{ "path": "../transport" },
{ "path": "../type-utils" },
{ "path": "../utils" },
{ "path": "../utxo-lib" },
{ "path": "../eslint" },
{ "path": "../trezor-user-env-link" }
]
}