mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
25 lines
439 B
JSON
25 lines
439 B
JSON
{
|
|
"extends": "../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../env-utils"
|
|
},
|
|
{
|
|
"path": "../utils"
|
|
},
|
|
{
|
|
"path": "../blockchain-link-types"
|
|
},
|
|
{
|
|
"path": "../eslint"
|
|
},
|
|
{
|
|
"path": "../type-utils"
|
|
}
|
|
]
|
|
}
|