mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-22 07:07:09 +01:00
22 lines
505 B
JSON
22 lines
505 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": "../connect" },
|
|
{ "path": "../env-utils" },
|
|
{ "path": "../urls" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../eslint" }
|
|
]
|
|
}
|