Files
trezor-suite/suite-common/earn-api/tsconfig.json

6 lines
143 B
JSON

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