mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 06:25:11 +01:00
30 lines
871 B
JSON
30 lines
871 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/suite-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/validators"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{ "path": "../alerts" },
|
|
{ "path": "../atoms" },
|
|
{ "path": "../bluetooth" },
|
|
{ "path": "../device" },
|
|
{ "path": "../forms" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../link" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../passphrase" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/urls" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|