mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 22:45:29 +01:00
15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "libDev",
|
|
"exactOptionalPropertyTypes": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/platform-encryption"
|
|
},
|
|
{ "path": "../storage" },
|
|
{ "path": "../../packages/type-utils" }
|
|
]
|
|
}
|