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