mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
25 lines
581 B
JSON
25 lines
581 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "libDev",
|
|
"types": [
|
|
"chrome",
|
|
"web",
|
|
"w3c-web-usb",
|
|
"jest"
|
|
],
|
|
"rootDir": ".."
|
|
},
|
|
"include": ["."],
|
|
"references": [
|
|
{ "path": "../connect" },
|
|
{ "path": "../connect-common" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../websocket-client" },
|
|
{ "path": "../eslint" },
|
|
{ "path": "../type-utils" }
|
|
]
|
|
}
|