mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-10 17:28:53 +01:00
# Conflicts: # packages/suite-desktop-core/package.json # yarn.lock # Conflicts: # suite-native/app/package.json
26 lines
469 B
JSON
26 lines
469 B
JSON
{
|
|
"extends": "../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"types": ["w3c-web-usb", "node"]
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../protobuf"
|
|
},
|
|
{
|
|
"path": "../protocol"
|
|
},
|
|
{
|
|
"path": "../type-utils"
|
|
},
|
|
{
|
|
"path": "../utils"
|
|
},
|
|
{
|
|
"path": "../eslint"
|
|
}
|
|
]
|
|
}
|