mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
13 lines
334 B
JSON
13 lines
334 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../../suite-common/sentry" },
|
|
{
|
|
"path": "../../suite-common/suite-utils"
|
|
},
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|