Files
trezor-suite/suite-native/module-authorize-device/tsconfig.json

31 lines
936 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/validators"
},
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../alerts" },
{ "path": "../analytics" },
{ "path": "../atoms" },
{ "path": "../bluetooth" },
{ "path": "../device" },
{ "path": "../device-authorization" },
{ "path": "../discovery" },
{ "path": "../forms" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../module-connect-popup" },
{ "path": "../navigation" },
{ "path": "../toasts" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/styles" }
],
"include": [".", "**/*.json"]
}