Files
trezor-suite/packages/theme/tsconfig.json

10 lines
195 B
JSON

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