Files
trezor-suite/suite-native/thp/tsconfig.json
2026-01-29 09:53:34 +01:00

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"]
}