Files
trezor-suite/suite-native/module-settings/tsconfig.json
2025-09-18 13:04:25 +02:00

51 lines
1.5 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/analytics"
},
{
"path": "../../suite-common/suite-constants"
},
{
"path": "../../suite-common/suite-types"
},
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../alerts" },
{ "path": "../analytics" },
{ "path": "../atoms" },
{ "path": "../biometrics" },
{ "path": "../coin-enabling" },
{ "path": "../config" },
{ "path": "../device" },
{ "path": "../device-manager" },
{ "path": "../discovery" },
{ "path": "../feature-flags" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../module-connect-popup" },
{ "path": "../navigation" },
{ "path": "../settings" },
{ "path": "../storage" },
{ "path": "../theme" },
{ "path": "../toasts" },
{
"path": "../../packages/blockchain-link-types"
},
{ "path": "../../packages/connect" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" },
{ "path": "../../packages/urls" },
{ "path": "../../packages/utils" }
],
"include": [".", "**/*.json"]
}