mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-15 03:38:39 +01:00
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "libDev",
|
|
"exactOptionalPropertyTypes": true
|
|
},
|
|
"references": [
|
|
{ "path": "../delegated-identity-key" },
|
|
{
|
|
"path": "../delegated-identity-key-types"
|
|
},
|
|
{ "path": "../dependency-injection" },
|
|
{ "path": "../metadata-types" },
|
|
{ "path": "../platform-encryption" },
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../suite-sync-quota-manager" },
|
|
{ "path": "../suite-sync-storage" },
|
|
{ "path": "../suite-sync-types" },
|
|
{ "path": "../suite-types" },
|
|
{ "path": "../suite-utils" },
|
|
{ "path": "../toast-notifications" },
|
|
{ "path": "../wallet-config" },
|
|
{ "path": "../wallet-core" },
|
|
{ "path": "../wallet-types" },
|
|
{ "path": "../wallet-utils" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/type-utils" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|