Files
trezor-suite/packages/product-components/tsconfig.json

46 lines
1.1 KiB
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/suite-constants"
},
{
"path": "../../suite-common/suite-types"
},
{
"path": "../../suite-common/toast-notifications"
},
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../asset-utils" },
{ "path": "../components" },
{ "path": "../device-utils" },
{ "path": "../env-utils" },
{ "path": "../theme" },
{ "path": "../utils" },
{ "path": "../eslint" }
]
}