Files
trezor-suite/packages/analytics/tsconfig.lib.json
Daniel Suchý 4d857722fe chore: TS project references for build:libs + buildless utxo-lib (#11526)
* chore(repo): buildless utxo-lib

* chore: use project references for build:libs too

* chore: reformat tsconfig.lib.json
2024-03-11 10:33:29 +01:00

17 lines
297 B
JSON

{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"outDir": "./lib",
"esModuleInterop": false
},
"include": ["./src"],
"references": [
{
"path": "../env-utils"
},
{
"path": "../utils"
}
]
}