mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-23 23:57:15 +01:00
# Conflicts: # packages/suite-desktop-core/package.json # yarn.lock # Conflicts: # suite-native/app/package.json
16 lines
412 B
JSON
16 lines
412 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./libDev",
|
|
"types": ["web", "w3c-web-usb", "jest"]
|
|
},
|
|
"include": [".", "**/*.json"],
|
|
"references": [
|
|
{ "path": "../connect" },
|
|
{ "path": "../connect-analytics" },
|
|
{ "path": "../connect-common" },
|
|
{ "path": "../bundler-security" },
|
|
{ "path": "../eslint" }
|
|
]
|
|
}
|