mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
60 lines
1.2 KiB
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"
|
|
}
|
|
]
|
|
}
|