mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
24 lines
669 B
JSON
24 lines
669 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/validators"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{ "path": "../alerts" },
|
|
{ "path": "../analytics" },
|
|
{ "path": "../atoms" },
|
|
{ "path": "../confirm-on-trezor" },
|
|
{ "path": "../forms" },
|
|
{ "path": "../icons" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../services" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/styles" }
|
|
]
|
|
}
|