File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
packages/app-metadata-controller Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ linkStyle default opacity:0.5
152
152
address_book_controller --> controller_utils;
153
153
announcement_controller --> base_controller;
154
154
app_metadata_controller --> base_controller;
155
+ app_metadata_controller --> messenger;
155
156
approval_controller --> base_controller;
156
157
assets_controllers --> base_controller;
157
158
assets_controllers --> controller_utils;
Original file line number Diff line number Diff line change 5
5
"outDir" : " ./dist" ,
6
6
"rootDir" : " ./src"
7
7
},
8
- "references" : [{ "path" : " ../base-controller/tsconfig.build.json" }],
8
+ "references" : [
9
+ { "path" : " ../base-controller/tsconfig.build.json" },
10
+ { "path" : " ../messenger/tsconfig.build.json" }
11
+ ],
9
12
"include" : [" ../../types" , " ./src" ]
10
13
}
Original file line number Diff line number Diff line change 3
3
"compilerOptions" : {
4
4
"baseUrl" : " ./"
5
5
},
6
- "references" : [{ "path" : " ../base-controller" }],
6
+ "references" : [
7
+ { "path" : " ../base-controller" },
8
+ { "path" : " ../messenger" }
9
+ ],
7
10
"include" : [" ../../types" , " ./src" ]
8
11
}
You can’t perform that action at this time.
0 commit comments