Files
trezor-suite/suite-native/react-native-graph/tsconfig.json
2025-03-06 13:56:53 +01:00

12 lines
262 B
JSON

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