Files
trezor-suite/suite-common/tx-simulation/tsconfig.json
2026-01-27 14:51:59 +01:00

11 lines
271 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../react-query" },
{ "path": "../wallet-config" },
{ "path": "../wallet-types" }
],
"include": [".", "**/*.json"]
}