-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtsconfig.json
More file actions
20 lines (20 loc) · 751 Bytes
/
tsconfig.json
File metadata and controls
20 lines (20 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"compilerOptions": { "esModuleInterop": true, "noEmit": true },
"references": [
{ "path": "./packages/hw-wallet-sdk" },
{ "path": "./packages/keyring-api" },
{ "path": "./packages/keyring-eth-hd" },
{ "path": "./packages/keyring-eth-ledger-bridge" },
{ "path": "./packages/keyring-eth-simple" },
{ "path": "./packages/keyring-eth-trezor" },
{ "path": "./packages/keyring-internal-api" },
{ "path": "./packages/keyring-internal-snap-client" },
{ "path": "./packages/keyring-snap-bridge" },
{ "path": "./packages/keyring-snap-client" },
{ "path": "./packages/keyring-sdk" },
{ "path": "./packages/keyring-snap-sdk" },
{ "path": "./packages/keyring-utils" }
],
"files": [],
"include": []
}