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