Files
trezor-suite/suite-native/formatters-config/tsconfig.json

14 lines
297 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/formatters"
},
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../intl" }
]
}