mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-08 00:07:58 +01:00
28 lines
698 B
JSON
28 lines
698 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./libDev",
|
|
"exactOptionalPropertyTypes": true
|
|
},
|
|
"include": [".", "**/*.json"],
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/delegated-identity-key-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/platform-encryption"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync-evolu"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync-types"
|
|
},
|
|
{ "path": "../analytics" },
|
|
{ "path": "../../packages/connect" }
|
|
]
|
|
}
|