mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 23:15:23 +01:00
11 lines
229 B
JSON
11 lines
229 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/redux-utils"
|
|
},
|
|
{ "path": "../analytics" }
|
|
]
|
|
}
|