Files
trezor-suite/suite-native/react-native-graph/tsconfig.json
2024-08-16 09:54:08 +02:00

13 lines
247 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "libDev",
"noUncheckedIndexedAccess": true
},
"references": [
{
"path": "../../suite-common/suite-utils"
}
]
}