mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 16:58:32 +01:00
23 lines
607 B
JSON
23 lines
607 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/analytics"
|
|
},
|
|
{
|
|
"path": "../../suite-common/redux-utils"
|
|
},
|
|
{ "path": "../../suite-common/thp" },
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{ "path": "../alerts" },
|
|
{ "path": "../atoms" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/styles" }
|
|
],
|
|
"include": [".", "**/*.json"]
|
|
}
|