mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 01:39:34 +01:00
13 lines
247 B
JSON
13 lines
247 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "libDev",
|
|
"noUncheckedIndexedAccess": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/suite-utils"
|
|
}
|
|
]
|
|
}
|