mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
13 lines
338 B
JSON
13 lines
338 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../atoms" },
|
|
{ "path": "../device" },
|
|
{ "path": "../device-manager" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../../packages/styles" }
|
|
]
|
|
}
|