mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 15:05:23 +01:00
* chore(repo): buildless utxo-lib * chore: use project references for build:libs too * chore: reformat tsconfig.lib.json
9 lines
149 B
JSON
9 lines
149 B
JSON
{
|
|
"extends": "../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["./src"],
|
|
"references": []
|
|
}
|