Files
trezor-suite/suite-native/react-native-graph/tsconfig.json
2024-11-13 10:36:38 +01:00

14 lines
292 B
JSON

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