Files
trezor-suite/suite-native/qr-code/tsconfig.json
Daniel Suchý b3924ee5a8 feat(mobile): new icons (#14963)
* feat(mobile): new mobile icons package + icon font

* chore: replace deprecated icons in mobile app

* fix: fix broken icons and add README
2024-10-22 16:18:52 +02:00

20 lines
521 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../atoms" },
{ "path": "../helpers" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../toasts" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" }
]
}