Files
trezor-suite/suite-common/geolocation/tsconfig.json
2025-06-06 14:23:03 +02:00

9 lines
200 B
JSON

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