mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 14:35:29 +01:00
* chore(repo): buildless utxo-lib * chore: use project references for build:libs too * chore: reformat tsconfig.lib.json
17 lines
297 B
JSON
17 lines
297 B
JSON
{
|
|
"extends": "../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"esModuleInterop": false
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../env-utils"
|
|
},
|
|
{
|
|
"path": "../utils"
|
|
}
|
|
]
|
|
}
|