forked from coral-xyz/backpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
22 lines (22 loc) · 728 Bytes
/
tsconfig.json
File metadata and controls
22 lines (22 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://json.schemastore.org/tsconfig",
"files": [],
"include": [],
"references": [
{ "path": "packages/background" },
{ "path": "packages/secure-background" },
{ "path": "packages/secure-clients" },
{ "path": "packages/secure-ui" },
{ "path": "packages/common" },
{ "path": "packages/data-components" },
{ "path": "packages/db" },
{ "path": "packages/ledger-injection" },
{ "path": "packages/provider-core" },
{ "path": "packages/provider-injection" },
{ "path": "packages/react-common" },
{ "path": "packages/recoil" },
{ "path": "packages/tamagui-core" },
{ "path": "packages/wallet-standard" },
{ "path": "packages/react-native-core" }
]
}