Files
trezor-suite/suite-native/connection-status/tsconfig.json

17 lines
446 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/firmware-authenticity"
},
{ "path": "../atoms" },
{ "path": "../device" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../settings" },
{ "path": "../../packages/styles" }
],
"include": [".", "**/*.json"]
}