mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 01:39:34 +01:00
31 lines
780 B
JSON
31 lines
780 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@trezor/theme": [
|
|
"./packages/theme/src/*"
|
|
]
|
|
},
|
|
"plugins": [
|
|
{ "name": "typescript-styled-plugin" }
|
|
],
|
|
"outDir": "./libDev"
|
|
},
|
|
"include": [".", "**/*.json"],
|
|
"references": [
|
|
{ "path": "../../suite-common/icons" },
|
|
{
|
|
"path": "../../suite-common/suite-constants"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-config"
|
|
},
|
|
{ "path": "../asset-utils" },
|
|
{ "path": "../device-utils" },
|
|
{ "path": "../theme" },
|
|
{ "path": "../type-utils" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../eslint" }
|
|
]
|
|
}
|