mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-08 00:07:58 +01:00
11 lines
284 B
JSON
11 lines
284 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../toasts" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/theme" },
|
|
{ "path": "../../packages/urls" }
|
|
]
|
|
}
|