Files
trezor-suite/suite-native/module-check-backup/tsconfig.json

31 lines
927 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../alerts" },
{ "path": "../analytics" },
{ "path": "../atoms" },
{ "path": "../device" },
{ "path": "../device-authorization" },
{ "path": "../device-mutex" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../services" },
{ "path": "../swipeable-walkthrough" },
{ "path": "../../packages/connect" },
{
"path": "../../packages/connect-common"
},
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/urls" }
]
}