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

24 lines
585 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": "../env-utils" },
{ "path": "../theme" },
{ "path": "../type-utils" },
{ "path": "../utils" },
{ "path": "../eslint" }
]
}