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

11 lines
264 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../crypto-utils" },
{ "path": "../protobuf" },
{ "path": "../schema-utils" },
{ "path": "../utils" }
]
}