mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
14 lines
286 B
JSON
14 lines
286 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": false,
|
|
"outDir": "libDev"
|
|
},
|
|
"include": ["."],
|
|
"references": [
|
|
{ "path": "../node-utils" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../eslint" }
|
|
]
|
|
}
|