Files
trezor-suite/suite-native/test-utils/tsconfig.json
2026-01-23 01:26:53 +01:00

21 lines
538 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/formatters"
},
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/test-utils"
},
{ "path": "../formatters-config" },
{ "path": "../intl" },
{ "path": "../services" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" }
]
}