mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-25 00:27:12 +01:00
28 lines
702 B
JSON
28 lines
702 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": "../device-utils" },
|
|
{ "path": "../env-utils" },
|
|
{ "path": "../theme" },
|
|
{ "path": "../type-utils" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../eslint" }
|
|
]
|
|
}
|