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
As the title states, @commitlint/load has typescript (also ts-node) listed in the dependencies instead of devDeps, I'm using this programmatically in one of my projects and this dep only is generating 80mb larger builds, which is a lot.
I don't see any point in the code where typescript is used programmatically by @commitlint/load and I think it should be safe to move it in the devDependencies, or maybe am I missing something here?