Files
trezor-suite/packages/components/tsconfig.json
2025-06-09 13:15:39 +02:00

35 lines
920 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/validators"
},
{ "path": "../asset-utils" },
{ "path": "../device-utils" },
{ "path": "../dom-utils" },
{ "path": "../env-utils" },
{ "path": "../react-utils" },
{ "path": "../styles" },
{ "path": "../theme" },
{ "path": "../type-utils" },
{ "path": "../utils" },
{ "path": "../eslint" }
]
}