mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 14:35:29 +01:00
11 lines
268 B
JSON
11 lines
268 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../analytics" },
|
|
{ "path": "../services" },
|
|
{ "path": "../storage" },
|
|
{ "path": "../../packages/theme" }
|
|
]
|
|
}
|