mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
18 lines
401 B
JSON
18 lines
401 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./libDev",
|
|
"baseUrl": "../suite"
|
|
},
|
|
"include": ["."],
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/suite-types"
|
|
},
|
|
{ "path": "../connect" },
|
|
{ "path": "../suite" },
|
|
{ "path": "../../suite/sentry" },
|
|
{ "path": "../eslint" }
|
|
]
|
|
}
|