Files
trezor-suite/suite-native/module-dev-utils/tsconfig.json
2023-03-01 14:20:07 +00:00

18 lines
548 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../../suite-common/logger" },
{ "path": "../atoms" },
{ "path": "../config" },
{ "path": "../helpers" },
{ "path": "../module-settings" },
{ "path": "../navigation" },
{ "path": "../notifications" },
{ "path": "../storage" },
{ "path": "../../packages/icons" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" }
]
}