You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to find unused exports in a typescript monorepo. I have three packages: logic, client, and server. Client and server both import from logic. How can I find functions in logic which are not used anywhere?
I could provide an example project if helpful.
Love the tool btw.
(Searched in this repo for "monorepo" and "multi-package"; didn't find anything.)
The text was updated successfully, but these errors were encountered:
I want to find unused exports in a typescript monorepo. I have three packages: logic, client, and server. Client and server both import from logic. How can I find functions in logic which are not used anywhere?
I could provide an example project if helpful.
Love the tool btw.
(Searched in this repo for "monorepo" and "multi-package"; didn't find anything.)
The text was updated successfully, but these errors were encountered: