mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
16 lines
447 B
JSON
16 lines
447 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../atoms" },
|
|
{ "path": "../icons" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../link" },
|
|
{ "path": "../services" },
|
|
{ "path": "../settings" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/urls" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|