Files

55 lines
1.6 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../../suite-common/device" },
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/token-definitions"
},
{
"path": "../../suite-common/validators"
},
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../accounts" },
{ "path": "../alerts" },
{ "path": "../analytics" },
{ "path": "../atoms" },
{ "path": "../config" },
{ "path": "../discovery" },
{ "path": "../formatters" },
{ "path": "../forms" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../navigation" },
{ "path": "../qr-code" },
{ "path": "../services" },
{ "path": "../settings" },
{ "path": "../tokens" },
{ "path": "../video-assets" },
{
"path": "../../packages/blockchain-link-types"
},
{ "path": "../../packages/connect" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/utils" },
{ "path": "../../packages/utxo-lib" },
{ "path": "../state" },
{ "path": "../test-utils" }
],
"include": [".", "**/*.json"]
}