{ "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" } ] }