mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
11 lines
271 B
JSON
11 lines
271 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../react-query" },
|
|
{ "path": "../wallet-config" },
|
|
{ "path": "../wallet-types" }
|
|
],
|
|
"include": [".", "**/*.json"]
|
|
}
|