mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
21 lines
396 B
JSON
21 lines
396 B
JSON
{
|
|
"extends": "../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"esModuleInterop": false,
|
|
"types": ["node", "chrome", "jest"]
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../utils"
|
|
},
|
|
{
|
|
"path": "../protobuf"
|
|
},
|
|
{
|
|
"path": "../protocol"
|
|
}
|
|
]
|
|
}
|