Files
trezor-suite/suite-common/firmware-authenticity/tsconfig.json
2026-02-10 15:42:59 +01:00

16 lines
496 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../firmware" },
{ "path": "../redux-utils" },
{ "path": "../suite-utils" },
{ "path": "../wallet-core" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/utils" },
{ "path": "../suite-types" },
{ "path": "../../packages/type-utils" }
]
}