mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
39 lines
755 B
JSON
39 lines
755 B
JSON
{
|
|
"extends": "../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"lib": ["webworker"],
|
|
"types": ["jest", "node", "web"]
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../blockchain-link-types"
|
|
},
|
|
{
|
|
"path": "../blockchain-link-utils"
|
|
},
|
|
{
|
|
"path": "../env-utils"
|
|
},
|
|
{
|
|
"path": "../utils"
|
|
},
|
|
{
|
|
"path": "../utxo-lib"
|
|
},
|
|
{
|
|
"path": "../websocket-client"
|
|
},
|
|
{
|
|
"path": "../e2e-utils"
|
|
},
|
|
{
|
|
"path": "../eslint"
|
|
},
|
|
{
|
|
"path": "../type-utils"
|
|
}
|
|
]
|
|
}
|