mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-24 16:17:15 +01:00
- The extra verification of jws signing is not needed and it adds a huge overhead especially on mobile (verification of jws is painfully slow there).
25 lines
741 B
JSON
25 lines
741 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../wallet-config" },
|
|
{ "path": "../wallet-types" },
|
|
{ "path": "../wallet-utils" },
|
|
{
|
|
"path": "../../packages/blockchain-link"
|
|
},
|
|
{
|
|
"path": "../../packages/blockchain-link-types"
|
|
},
|
|
{
|
|
"path": "../../packages/blockchain-link-utils"
|
|
},
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/type-utils" },
|
|
{ "path": "../../packages/utils" },
|
|
{ "path": "../../packages/eslint" }
|
|
]
|
|
}
|