mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-13 18:58:35 +01:00
19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"outDir": "./libDev"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/suite-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-utils"
|
|
},
|
|
{ "path": "../env-utils" },
|
|
{ "path": "../eslint" }
|
|
]
|
|
}
|