Files
trezor-suite/suite-native/module-home/tsconfig.json

55 lines
1.6 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../../suite-common/device" },
{ "path": "../../suite-common/graph" },
{
"path": "../../suite-common/message-system"
},
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/suite-sync"
},
{
"path": "../../suite-common/suite-sync-quota-manager"
},
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{ "path": "../accounts" },
{ "path": "../alerts" },
{ "path": "../analytics" },
{ "path": "../assets" },
{ "path": "../atoms" },
{ "path": "../blockchain" },
{ "path": "../bluetooth" },
{ "path": "../confirm-on-trezor" },
{ "path": "../device" },
{ "path": "../device-manager" },
{ "path": "../discovery" },
{ "path": "../firmware" },
{ "path": "../graph" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../services" },
{ "path": "../settings" },
{ "path": "../theme" },
{ "path": "../toasts" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/urls" },
{ "path": "../test-utils" }
],
"include": [".", "**/*.json"]
}