Files
trezor-suite/suite/platform-encryption-electron/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

17 lines
382 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "libDev",
"exactOptionalPropertyTypes": true
},
"references": [
{
"path": "../../suite-common/platform-encryption"
},
{
"path": "../../packages/suite-desktop-api"
},
{ "path": "../../packages/type-utils" }
]
}