mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 23:39:38 +01:00
35 lines
920 B
JSON
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" }
|
|
]
|
|
}
|