Skip to content

Commit

Permalink
refactor: remove TS project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Feb 11, 2022
1 parent a282b26 commit 19761bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion baker/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
{ "path": "../db" },
{ "path": "../settings" },
{ "path": "../clientUtils" },
{ "path": "../serverUtils" }
{ "path": "../serverUtils" },
{ "path": "../gitCms" }
]
}
4 changes: 2 additions & 2 deletions db/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"references": [
{ "path": "../clientUtils" },
{ "path": "../adminSiteClient" },
{ "path": "../settings" }
{ "path": "../settings" },
{ "path": "../grapher" }
]
}
3 changes: 2 additions & 1 deletion devTools/project-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ graph TD;
baker --> clientUtils;
baker --> db;
baker --> explorerAdminServer;
baker --> gitCms;
baker --> serverUtils;
baker --> settings;
baker --> site;
coreTable --> clientUtils;
db --> adminSiteClient;
db --> clientUtils;
db --> grapher;
db --> settings;
explorer --> clientUtils;
Expand Down

0 comments on commit 19761bb

Please sign in to comment.