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

11 lines
224 B
JSON

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