Files
trezor-suite/packages/suite-desktop-api/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

16 lines
340 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noImplicitAny": false,
"esModuleInterop": false,
"outDir": "./libDev"
},
"include": ["."],
"references": [
{
"path": "../../suite-common/platform-encryption"
},
{ "path": "../type-utils" }
]
}