mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 08:48:15 +01:00
23 lines
569 B
JSON
23 lines
569 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/delegated-identity-key-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/platform-encryption"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync-evolu"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync-types"
|
|
},
|
|
{ "path": "../../packages/connect" }
|
|
]
|
|
}
|