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