mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
10 lines
221 B
JSON
10 lines
221 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "./libDev" },
|
|
"include": [".", "**/*.json"],
|
|
"references": [
|
|
{ "path": "../eslint" },
|
|
{ "path": "../utils" }
|
|
]
|
|
}
|