mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
10 lines
219 B
JSON
10 lines
219 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "./libDev" },
|
|
"include": ["."],
|
|
"references": [
|
|
{ "path": "../../connect" },
|
|
{ "path": "../../eslint" }
|
|
]
|
|
}
|