mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 14:06:25 +01:00
19 lines
321 B
JSON
19 lines
321 B
JSON
{
|
|
"extends": "../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../crypto-utils"
|
|
},
|
|
{
|
|
"path": "../protobuf"
|
|
},
|
|
{
|
|
"path": "../utils"
|
|
}
|
|
]
|
|
}
|