mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-24 08:07:15 +01:00
9 lines
169 B
JSON
9 lines
169 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "libDev",
|
|
"noUncheckedIndexedAccess": true
|
|
},
|
|
"references": []
|
|
}
|