mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../styles" },
|
|
{ "path": "../theme" }
|
|
]
|
|
}
|