mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
* feat(mobile): new mobile icons package + icon font * chore: replace deprecated icons in mobile app * fix: fix broken icons and add README
20 lines
521 B
JSON
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" }
|
|
]
|
|
}
|