Files
trezor-suite/suite-native/labeling/tsconfig.json

42 lines
1.1 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../../suite-common/device" },
{
"path": "../../suite-common/suite-sync"
},
{
"path": "../../suite-common/suite-sync-storage"
},
{
"path": "../../suite-common/suite-sync-types"
},
{
"path": "../../suite-common/validators"
},
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../alerts" },
{ "path": "../atoms" },
{ "path": "../forms" },
{ "path": "../intl" },
{ "path": "../navigation" },
{ "path": "../services" },
{ "path": "../settings" },
{ "path": "../toasts" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/type-utils" }
]
}