mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
12 lines
262 B
JSON
12 lines
262 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "libDev",
|
|
"noUncheckedIndexedAccess": true
|
|
},
|
|
"references": [
|
|
{ "path": "../../packages/utils" },
|
|
{ "path": "../../packages/eslint" }
|
|
]
|
|
}
|