-
-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy pathtsconfig.json
More file actions
26 lines (26 loc) · 859 Bytes
/
tsconfig.json
File metadata and controls
26 lines (26 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"extends": "../../tsconfig.packages.json",
"compilerOptions": {
"baseUrl": "./",
"rootDir": "../.."
},
"references": [
{ "path": "../account-tree-controller" },
{ "path": "../accounts-controller" },
{ "path": "../approval-controller" },
{ "path": "../core-backend" },
{ "path": "../base-controller" },
{ "path": "../controller-utils" },
{ "path": "../keyring-controller" },
{ "path": "../network-controller" },
{ "path": "../network-enablement-controller" },
{ "path": "../messenger" },
{ "path": "../preferences-controller" },
{ "path": "../phishing-controller" },
{ "path": "../polling-controller" },
{ "path": "../permission-controller" },
{ "path": "../storage-service" },
{ "path": "../transaction-controller" }
],
"include": ["../../types", "./src", "../../tests"]
}