-
-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy pathtsconfig.json
More file actions
22 lines (22 loc) · 718 Bytes
/
tsconfig.json
File metadata and controls
22 lines (22 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"extends": "../../tsconfig.packages.json",
"compilerOptions": {
"baseUrl": "./",
"resolveJsonModule": true
},
"references": [
{ "path": "../accounts-controller" },
{ "path": "../base-controller" },
{ "path": "../controller-utils" },
{ "path": "../network-controller" },
{ "path": "../polling-controller" },
{ "path": "../transaction-controller" },
{ "path": "../gas-fee-controller" },
{ "path": "../assets-controllers" },
{ "path": "../multichain-network-controller" },
{ "path": "../profile-sync-controller" },
{ "path": "../remote-feature-flag-controller" },
{ "path": "../assets-controller" }
],
"include": ["../../types", "./src", "./tests"]
}