mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 06:25:11 +01:00
29 lines
537 B
JSON
29 lines
537 B
JSON
{
|
|
"extends": "../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"types": ["chrome", "w3c-web-usb"]
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../connect"
|
|
},
|
|
{
|
|
"path": "../connect-common"
|
|
},
|
|
{
|
|
"path": "../utils"
|
|
},
|
|
{
|
|
"path": "../websocket-client"
|
|
},
|
|
{
|
|
"path": "../eslint"
|
|
},
|
|
{
|
|
"path": "../type-utils"
|
|
}
|
|
]
|
|
}
|