mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 09:54:10 +01:00
24 lines
604 B
JSON
24 lines
604 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/local-first-storage"
|
|
},
|
|
{
|
|
"path": "../../suite-common/validators"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-types"
|
|
},
|
|
{ "path": "../atoms" },
|
|
{ "path": "../feature-flags" },
|
|
{ "path": "../forms" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../../packages/connect" }
|
|
]
|
|
}
|