Files
trezor-suite/suite-native/sentry/tsconfig.json
2025-09-18 13:04:25 +02:00

12 lines
275 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../../suite-common/sentry" },
{
"path": "../../suite-common/suite-types"
},
{ "path": "../config" }
]
}