Files
trezor-suite/suite-native/module-send/tsconfig.json
2025-05-19 13:52:13 +02:00

54 lines
1.5 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/formatters"
},
{
"path": "../../suite-common/redux-utils"
},
{
"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": "../accounts" },
{ "path": "../alerts" },
{ "path": "../analytics" },
{ "path": "../atoms" },
{ "path": "../config" },
{ "path": "../device" },
{ "path": "../device-mutex" },
{ "path": "../formatters" },
{ "path": "../forms" },
{ "path": "../helpers" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../qr-code" },
{ "path": "../tokens" },
{
"path": "../../packages/blockchain-link-types"
},
{ "path": "../../packages/connect" },
{ "path": "../../packages/react-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" },
{ "path": "../../packages/transport" },
{ "path": "../../packages/utils" }
],
"include": [".", "**/*.json"]
}