Files
trezor-suite/packages/connect-iframe/tsconfig.json
Peter Sanderson ecae55a2ea fix: remove all dependenices that are unused (found by added depcheck script to package.json)
# Conflicts:
#	packages/suite-desktop-core/package.json
#	yarn.lock

# Conflicts:
#	suite-native/app/package.json
2025-09-18 13:04:25 +02:00

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" }
]
}