mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
11 lines
264 B
JSON
11 lines
264 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../crypto-utils" },
|
|
{ "path": "../protobuf" },
|
|
{ "path": "../schema-utils" },
|
|
{ "path": "../utils" }
|
|
]
|
|
}
|