Files
trezor-suite/suite-common/dependency-injection/tsconfig.json
Peter Sanderson 7aa8492d94 fix: comment
2026-01-28 13:44:34 +01:00

8 lines
168 B
JSON

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