mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 09:54:10 +01:00
13 lines
312 B
JSON
13 lines
312 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/formatters"
|
|
},
|
|
{ "path": "../intl" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/theme" }
|
|
]
|
|
}
|