mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
26 lines
834 B
JSON
26 lines
834 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"include": [".", "**/*.json"],
|
|
"references": [
|
|
{ "path": "../analytics" },
|
|
{ "path": "../connect-popup" },
|
|
{ "path": "../device" },
|
|
{ "path": "../mev" },
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../suite-utils" },
|
|
{ "path": "../toast-notifications" },
|
|
{ "path": "../wallet-config" },
|
|
{ "path": "../wallet-constants" },
|
|
{ "path": "../wallet-core" },
|
|
{ "path": "../wallet-types" },
|
|
{ "path": "../wallet-utils" },
|
|
{ "path": "../../packages/connect" },
|
|
{
|
|
"path": "../../packages/connect-plugin-ethereum"
|
|
},
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|