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

60 lines
1.2 KiB
JSON

{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"outDir": "lib",
"lib": ["webworker", "ES2022"],
"types": ["w3c-web-usb"]
},
"include": ["./src"],
"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": "../transport"
},
{
"path": "../type-utils"
},
{
"path": "../utils"
},
{
"path": "../utxo-lib"
},
{
"path": "../eslint"
},
{
"path": "../trezor-user-env-link"
}
]
}