mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-15 03:38:39 +01:00
24 lines
785 B
JSON
24 lines
785 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"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": "../schema-utils" },
|
|
{ "path": "../transport" },
|
|
{ "path": "../type-utils" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../utxo-lib" },
|
|
{ "path": "../eslint" },
|
|
{ "path": "../trezor-user-env-link" }
|
|
]
|
|
}
|