mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/formatters"
|
|
},
|
|
{
|
|
"path": "../../suite-common/token-definitions"
|
|
},
|
|
{
|
|
"path": "../../suite-common/validators"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-config"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-constants"
|
|
},
|
|
{
|
|
"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": "../formatters" },
|
|
{ "path": "../forms" },
|
|
{ "path": "../helpers" },
|
|
{ "path": "../icons" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../labeling" },
|
|
{ "path": "../link" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../qr-code" },
|
|
{ "path": "../send" },
|
|
{ "path": "../services" },
|
|
{ "path": "../tokens" },
|
|
{ "path": "../transaction-management" },
|
|
{
|
|
"path": "../../packages/blockchain-link-types"
|
|
},
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/react-utils" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/theme" },
|
|
{ "path": "../../packages/transport" },
|
|
{ "path": "../../packages/urls" },
|
|
{ "path": "../../packages/utils" },
|
|
{ "path": "../test-utils" }
|
|
],
|
|
"include": [".", "**/*.json"]
|
|
}
|