mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 14:35:29 +01:00
12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/redux-utils"
|
|
},
|
|
{ "path": "../config" },
|
|
{ "path": "../../packages/connect" }
|
|
]
|
|
}
|