mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
16 lines
409 B
JSON
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"]
|
|
}
|