mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
- Move logic for UTM by environment inside @trezor/urls to make it work everywhere and remove dependency on env-utils. - Keep it in urls package to prevent lot of boilerplate from creating suite-urls packages.
6 lines
115 B
JSON
6 lines
115 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": []
|
|
}
|