mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-21 22:57:17 +01:00
18 lines
548 B
JSON
18 lines
548 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../../suite-common/logger" },
|
|
{ "path": "../atoms" },
|
|
{ "path": "../config" },
|
|
{ "path": "../helpers" },
|
|
{ "path": "../module-settings" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../notifications" },
|
|
{ "path": "../storage" },
|
|
{ "path": "../../packages/icons" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/theme" }
|
|
]
|
|
}
|