mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
* feat(mobile): new mobile icons package + icon font * chore: replace deprecated icons in mobile app * fix: fix broken icons and add README
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../atoms" },
|
|
{ "path": "../icons" }
|
|
]
|
|
}
|