mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"esModuleInterop": false,
|
|
"outDir": "./libDev"
|
|
},
|
|
"include": ["."],
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/platform-encryption"
|
|
},
|
|
{ "path": "../type-utils" }
|
|
]
|
|
}
|