mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
18 lines
509 B
JSON
18 lines
509 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/suite-constants"
|
|
},
|
|
{ "path": "../blockchain-link" },
|
|
{ "path": "../blockchain-link-types" },
|
|
{ "path": "../blockchain-link-utils" },
|
|
{ "path": "../eslint" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../utxo-lib" },
|
|
{ "path": "../node-utils" },
|
|
{ "path": "../type-utils" }
|
|
]
|
|
}
|