mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 06:55:13 +01:00
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "libDev",
|
|
"exactOptionalPropertyTypes": true
|
|
},
|
|
"references": [
|
|
{ "path": "../../packages/type-utils" }
|
|
]
|
|
}
|