mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
24 lines
585 B
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" }
|
|
]
|
|
}
|