Files
trezor-suite/suite-common/device-authenticity/tsconfig.json

14 lines
403 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../message-system" },
{ "path": "../redux-utils" },
{ "path": "../suite-types" },
{ "path": "../test-utils" },
{ "path": "../toast-notifications" },
{ "path": "../wallet-core" },
{ "path": "../../packages/connect" }
]
}