Files
trezor-suite/suite-native/suite-sync/tsconfig.json
Peter Sanderson c593516d13 chore: rename SecureStorage to PlatformEncryption, it does not store
chore: rename SecureStorage to PlatformEncryption, it does not store anything
2025-12-12 13:04:06 +01:00

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" }
]
}