Files
trezor-suite/packages/suite-native/tsconfig.json
2022-06-04 11:03:39 +02:00

16 lines
409 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../suite-native-atoms" },
{
"path": "../suite-native-navigation-root"
},
{ "path": "../connect" },
{ "path": "../styles" },
{ "path": "../theme" },
{ "path": "../transport-native" }
],
"include": [".", "**.json"]
}