mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-10 01:08:23 +01:00
13 lines
360 B
JSON
13 lines
360 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../../suite-common/trading" },
|
|
{ "path": "../analytics" },
|
|
{ "path": "../services" },
|
|
{ "path": "../trading-atoms" },
|
|
{ "path": "../test-utils" },
|
|
{ "path": "../trading-fixtures" }
|
|
]
|
|
}
|