Files
trezor-suite/suite-native/confirm-on-trezor/tsconfig.json
2026-02-18 14:40:36 +01:00

16 lines
456 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../atoms" },
{ "path": "../config" },
{ "path": "../intl" },
{ "path": "../navigation" },
{ "path": "../theme" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" }
],
"include": [".", "**/*.json"]
}