Files
trezor-suite/packages/suite-data/tsconfig.json

19 lines
408 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noImplicitAny": false,
"outDir": "./libDev"
},
"include": ["./src"],
"references": [
{
"path": "../../suite-common/suite-types"
},
{
"path": "../../suite-common/suite-utils"
},
{ "path": "../env-utils" },
{ "path": "../eslint" }
]
}