mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/analytics"
|
|
},
|
|
{
|
|
"path": "../../suite-common/analytics-redux"
|
|
},
|
|
{ "path": "../../suite-common/logger" },
|
|
{ "path": "../../suite-common/mev" },
|
|
{
|
|
"path": "../../suite-common/redux-utils"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-constants"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/validators"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-config"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-utils"
|
|
},
|
|
{ "path": "../alerts" },
|
|
{ "path": "../analytics" },
|
|
{ "path": "../atoms" },
|
|
{ "path": "../biometrics" },
|
|
{ "path": "../coin-enabling" },
|
|
{ "path": "../config" },
|
|
{ "path": "../device" },
|
|
{ "path": "../device-manager" },
|
|
{ "path": "../discovery" },
|
|
{ "path": "../experimental-features" },
|
|
{ "path": "../forms" },
|
|
{ "path": "../helpers" },
|
|
{ "path": "../icons" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../link" },
|
|
{ "path": "../module-connect-popup" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../services" },
|
|
{ "path": "../settings" },
|
|
{ "path": "../storage" },
|
|
{ "path": "../theme" },
|
|
{ "path": "../toasts" },
|
|
{ "path": "../trading-residence" },
|
|
{ "path": "../trading-state" },
|
|
{
|
|
"path": "../../packages/blockchain-link-types"
|
|
},
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/theme" },
|
|
{ "path": "../../packages/type-utils" },
|
|
{ "path": "../../packages/urls" },
|
|
{ "path": "../../packages/utils" },
|
|
{ "path": "../test-utils" }
|
|
],
|
|
"include": [".", "**/*.json"]
|
|
}
|