mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
180 lines
5.1 KiB
JSON
180 lines
5.1 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "typescript-styled-plugin",
|
|
"tags": ["styled", "css", "sty"]
|
|
}
|
|
],
|
|
"outDir": "./libDev",
|
|
"baseUrl": "."
|
|
},
|
|
"include": [".", "e2e", "**/*.json"],
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/analytics"
|
|
},
|
|
{
|
|
"path": "../../suite-common/analytics-redux"
|
|
},
|
|
{ "path": "../../suite-common/assets" },
|
|
{
|
|
"path": "../../suite-common/bluetooth"
|
|
},
|
|
{
|
|
"path": "../../suite-common/connect-init"
|
|
},
|
|
{
|
|
"path": "../../suite-common/connect-popup"
|
|
},
|
|
{
|
|
"path": "../../suite-common/delegated-identity-key"
|
|
},
|
|
{
|
|
"path": "../../suite-common/device-authenticity"
|
|
},
|
|
{ "path": "../../suite-common/feedback" },
|
|
{
|
|
"path": "../../suite-common/fiat-services"
|
|
},
|
|
{ "path": "../../suite-common/firmware" },
|
|
{
|
|
"path": "../../suite-common/firmware-authenticity"
|
|
},
|
|
{
|
|
"path": "../../suite-common/formatters"
|
|
},
|
|
{
|
|
"path": "../../suite-common/geolocation"
|
|
},
|
|
{ "path": "../../suite-common/logger" },
|
|
{
|
|
"path": "../../suite-common/message-system"
|
|
},
|
|
{
|
|
"path": "../../suite-common/metadata-types"
|
|
},
|
|
{ "path": "../../suite-common/mev" },
|
|
{
|
|
"path": "../../suite-common/platform-encryption"
|
|
},
|
|
{
|
|
"path": "../../suite-common/react-query"
|
|
},
|
|
{
|
|
"path": "../../suite-common/redux-utils"
|
|
},
|
|
{ "path": "../../suite-common/sentry" },
|
|
{ "path": "../../suite-common/staking" },
|
|
{
|
|
"path": "../../suite-common/staking-solana"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-config"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-constants"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-rbf-labels-migrations"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-rbf-labels-migrations-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync-quota-manager"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync-storage"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-utils"
|
|
},
|
|
{
|
|
"path": "../../suite-common/test-utils"
|
|
},
|
|
{ "path": "../../suite-common/thp" },
|
|
{
|
|
"path": "../../suite-common/toast-notifications"
|
|
},
|
|
{
|
|
"path": "../../suite-common/token-definitions"
|
|
},
|
|
{ "path": "../../suite-common/trading" },
|
|
{
|
|
"path": "../../suite-common/tx-simulation"
|
|
},
|
|
{
|
|
"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": "../../suite-common/walletconnect"
|
|
},
|
|
{ "path": "../../suite/analytics" },
|
|
{
|
|
"path": "../../suite/idb-migration-utils"
|
|
},
|
|
{ "path": "../../suite/intl" },
|
|
{
|
|
"path": "../../suite/platform-encryption-electron"
|
|
},
|
|
{
|
|
"path": "../../suite/platform-encryption-webauthn"
|
|
},
|
|
{ "path": "../../suite/suite-sync" },
|
|
{ "path": "../../suite/tx-simulation" },
|
|
{ "path": "../address-validator" },
|
|
{ "path": "../analytics-uploader" },
|
|
{ "path": "../blockchain-link" },
|
|
{ "path": "../blockchain-link-types" },
|
|
{ "path": "../blockchain-link-utils" },
|
|
{ "path": "../coinjoin" },
|
|
{ "path": "../components" },
|
|
{ "path": "../connect" },
|
|
{ "path": "../connect-common" },
|
|
{ "path": "../crypto-utils" },
|
|
{ "path": "../device-utils" },
|
|
{ "path": "../dom-utils" },
|
|
{ "path": "../env-utils" },
|
|
{ "path": "../ipc-proxy" },
|
|
{ "path": "../product-components" },
|
|
{ "path": "../protobuf" },
|
|
{ "path": "../react-utils" },
|
|
{ "path": "../styles" },
|
|
{ "path": "../suite-data" },
|
|
{ "path": "../suite-desktop-api" },
|
|
{ "path": "../suite-storage" },
|
|
{ "path": "../theme" },
|
|
{ "path": "../transport-bluetooth" },
|
|
{ "path": "../type-utils" },
|
|
{ "path": "../urls" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../eslint" }
|
|
]
|
|
}
|