mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 23:39:38 +01:00
22 lines
754 B
JSON
22 lines
754 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"include": ["schema/**/*.json"],
|
|
"references": [
|
|
{ "path": "../geolocation" },
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../suite-types" },
|
|
{ "path": "../suite-utils" },
|
|
{ "path": "../validators" },
|
|
{ "path": "../wallet-config" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/type-utils" },
|
|
{ "path": "../../packages/utils" },
|
|
{ "path": "../test-utils" },
|
|
{ "path": "../../packages/eslint" },
|
|
{ "path": "../../packages/node-utils" }
|
|
]
|
|
}
|