Files
trezor-suite/suite/sentry/tsconfig.json
2026-02-09 12:35:03 +01:00

13 lines
334 B
JSON

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