Files
trezor-suite/packages/connect/tsconfig.lib.json
2025-07-01 13:45:38 +02:00

59 lines
1.1 KiB
JSON

{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"outDir": "lib",
"lib": ["webworker", "ES2022"]
},
"include": ["./src"],
"references": [
{
"path": "../blockchain-link"
},
{
"path": "../blockchain-link-types"
},
{
"path": "../blockchain-link-utils"
},
{
"path": "../connect-analytics"
},
{
"path": "../connect-common"
},
{
"path": "../crypto-utils"
},
{
"path": "../device-utils"
},
{
"path": "../env-utils"
},
{
"path": "../protobuf"
},
{
"path": "../protocol"
},
{
"path": "../transport"
},
{
"path": "../type-utils"
},
{
"path": "../utils"
},
{
"path": "../utxo-lib"
},
{
"path": "../eslint"
},
{
"path": "../trezor-user-env-link"
}
]
}