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

9 lines
179 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../styles" },
{ "path": "../theme" }
]
}