mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 23:15:23 +01:00
14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./libDev",
|
|
"types": ["node", "chrome", "jest"]
|
|
},
|
|
"include": ["."],
|
|
"references": [
|
|
{ "path": "../utils" },
|
|
{ "path": "../protobuf" },
|
|
{ "path": "../protocol" }
|
|
]
|
|
}
|