mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 22:45:29 +01:00
15 lines
430 B
JSON
15 lines
430 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../atoms" },
|
|
{ "path": "../clipboard" },
|
|
{ "path": "../feature-flags" },
|
|
{ "path": "../trading-state" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../test-utils" },
|
|
{ "path": "../trading-consts" },
|
|
{ "path": "../trading-types" }
|
|
]
|
|
}
|